Developer Portal Management API¶
Fine-grained Developer Portal API for managing organizations, API metadata and content, applications, subscriptions, application appKeyMappings, and API flows.
All resources, including organization lifecycle endpoints
(/api/v0.9/organizations, /api/v0.9/organizations/{orgId}), are served under /api/v0.9.
Operations declare the least-privilege OAuth2 scopes required for each resource action.
Base URLs: * https://localhost:9543/api/v0.9 * http://localhost:9543/api/v0.9
Table of Contents¶
Authentication¶
Organizations¶
- Create an organization
- List organizations
- Update an organization
- Get an organization
- Delete an organization
Organization Content¶
APIs¶
API Content¶
MCP Servers¶
- Create MCP server metadata
- List MCP server metadata
- Get MCP server metadata
- Update MCP server metadata
- Delete MCP server metadata
MCP Server Content¶
- Upload MCP server content
- Replace MCP server content
- Get an MCP server content file
- Delete MCP server content files
MCP Server Keys¶
- Generate an MCP server API key
- List MCP server API keys
- Regenerate an MCP server API key
- Revoke an MCP server API key
- Associate an MCP server API key with an application
- Remove an MCP server API key's application association
Subscription Plans¶
- List subscription plans
- Create subscription plans
- Upsert subscription plans
- Get a subscription plan
- Delete a subscription plan
Labels¶
Applications¶
- List applications for the authenticated user
- Create an application
- Get an application
- Update an application
- Delete an application
Subscriptions¶
- Create a subscription
- List subscriptions
- Get a subscription
- Update a subscription
- Delete a subscription
- Change subscription plan
- Regenerate subscription token
API Keys¶
- List all API keys for the current user
- Generate an API key
- List API keys
- Regenerate an API key
- Revoke an API key
- Associate an API key with an application
- Remove an API key's application association
- List API keys associated with an application
Views¶
Application Keys¶
- Map an OAuth client_id to a Developer Portal application
- Generate an OAuth access token
- Remove an OAuth client_id mapping
API Workflows¶
- Create an API workflow
- List API workflows
- Get an API workflow
- Update an API workflow
- Delete an API workflow
- Generate an API workflow agent prompt
Key Managers¶
Webhook Events¶
Webhook Subscribers¶
- Create a webhook subscriber
- List webhook subscribers
- Get a webhook subscriber
- Update a webhook subscriber
- Delete a webhook subscriber
- List recent deliveries for a webhook subscriber