Your AI client connects to the gateway MCP endpoint to discover available tools and begin the OAuth flow.
npx @modelcontextprotocol/inspector \
https://gateway.epicflowstate.com/mcpSign in with your account and approve the OAuth scopes your agent needs. Tokens are scoped, short-lived, and revocable at any time.
The agent uses its granted identity to call tools and manage your account. You approve any sensitive action before it executes.
Connect in minutes using the method that fits your workflow.
Connect any MCP-compatible agent client via OAuth in seconds.
npx @modelcontextprotocol/inspector \
https://gateway.epicflowstate.com/mcp
# Authorize via OAuth, then call toolsFull docs →Manage agents, keys, and sessions from your terminal.
npm install -g @epicdm/agent-cli
epic-agent login
epic-agent agents listFull docs →Official OpenClaw plugin — all gateway tools in one install.
npm install @epicdm/openclaw-plugin
# openclaw.config.json:
{
"plugins": {
"epic-flowstate": {
"enabled": true,
"config": {
"apiKey": "YOUR_API_KEY",
"gatewayUrl": "https://gateway.epicflowstate.com"
}
}
}
}Full docs →Get notified when your agent wants to take a sensitive action. Approve or deny in one tap — the agent waits.
Every agent session gets short-lived, scoped OAuth tokens. Revoke individual sessions from the dashboard at any time.
See exactly what your agent has done. Every tool call is logged with timestamps, inputs, and outcome.