POST /api/chain/:slug/api-keys
| Method | POST |
| Path | /api/chain/:slug/api-keys |
| Group | Chain Admin |
| Auth | session cookie |
| Source | shared/api-core/src/routes/chainAdmin.ts |
Call it
curl -X POST https://zeqsdk.com/api/chain/:slug/api-keys \
-H "Content-Type: application/json" \
-d '{}'
Reference
- Group: Chain Admin
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.