Edgify developer portal
One key store, edge-enforced policy, real-time usage. Issue virtual keys to users / agents / tenants; revoke instantly; never expose your master Anthropic / OpenAI / OpenRouter credentials again.
REST API
45 endpoints, one OpenAPI
Browse the full reference, copy curl snippets, see every shape.
Public spec at api.edgify.net/openapi.json.
MCP
Plug into Claude / Cursor
mcp.edgify.net exposes virtual-key + usage + audit
tools to agents. Service-account JWT auth.
SDKs
TS · Python · Go
Copy-paste quickstart for each. Generated from the public OpenAPI; types stay in lock-step with the API.
5-minute path
- 1.Sign up at app.edgify.net and verify your email.
- 2.Mint a service-account token from /app/service-accounts with the scopes you need (read about scopes).
- 3.Add a provider key (OpenAI / Anthropic / OpenRouter) and a limit profile.
- 4.Issue a virtual key — Edgify returns a one-time token that wraps your master credential.
- 5.Point your app at
proxy.edgify.netinstead of the upstream. Policy + usage + cost live at the edge.