https://gateway.devctrl.ai/mcp
What it does
On every request, the gateway handles:- Authentication — verifies the agent’s bearer token against identity credentials
- Rate limiting — enforces request limits at session, project, and global levels
- Policy enforcement — evaluates your CEL rules to allow or deny the tool call
- Proxying — forwards allowed requests to the correct upstream MCP server
- Audit logging — records every decision with full context
Endpoints
Rate limiting
Requests are rate-limited at three levels to protect your project and the platform:
When a limit is exceeded, the gateway returns a
429 Too Many Requests response.
Upstream authentication
The gateway supports two methods for authenticating with your upstream MCP servers:
Credentials for upstream servers are encrypted at rest. Configure authentication when you register an MCP server in the console.
Next steps
Connect an agent
Point your AI agent at the gateway.
Task sessions
Create scoped, time-limited task tokens.