Docs › API Reference
API Reference
REST and JSON-RPC endpoints for the Epic FlowState gateway.
Base URL
https://gateway.epicflowstate.comAuthentication
Include a Bearer token obtained from the OAuth flow:
Authorization: Bearer <access_token>Endpoints
POST
/mcpMCP JSON-RPC endpoint (initialize, tools/list, tools/call)
GET
/mcp/toolsList available tools without a session
GET
/oauth/authorizeOAuth 2.1 authorization endpoint
POST
/oauth/tokenExchange authorization code for access token
POST
/oauth/revokeRevoke an access or refresh token
GET
/.well-known/oauth-authorization-serverOAuth server metadata document
OAuth metadata URL
https://gateway.epicflowstate.com/.well-known/oauth-authorization-server