Gravitee · Capability
Gravitee API Management
API management workflow for platform engineers and API producers to manage Gravitee APIs, plans, subscriptions, applications, and platform configuration through the Management API.
What You Can Do
GET
List apis
— List all APIs.
/v1/apis
POST
Create api
— Create a new API definition.
/v1/apis
GET
Get api
— Get an API by ID.
/v1/apis/{apiId}
DELETE
Delete api
— Delete an API.
/v1/apis/{apiId}
POST
Deploy api
— Deploy an API definition to the gateway.
/v1/apis/{apiId}/lifecycle
POST
Start api
— Start an API on the gateway.
/v1/apis/{apiId}/lifecycle
POST
Stop api
— Stop an API on the gateway.
/v1/apis/{apiId}/lifecycle
GET
List api plans
— List plans for an API.
/v1/apis/{apiId}/plans
GET
List api subscriptions
— List subscriptions for an API.
/v1/apis/{apiId}/subscriptions
GET
List applications
— List all applications.
/v1/applications
GET
List users
— List platform users.
/v1/users
GET
Get configuration
— Get platform-wide configuration.
/v1/configuration
GET
List audit events
— List platform audit events.
/v1/audit
MCP Tools
list-apis
List all APIs on the Gravitee platform.
read-only
get-api
Get a Gravitee API definition by ID.
read-only
create-api
Create a new Gravitee API definition.
update-api
Update a Gravitee API definition.
idempotent
delete-api
Delete a Gravitee API definition.
deploy-api
Deploy a Gravitee API to the gateway.
idempotent
start-api
Start a Gravitee API on the gateway.
idempotent
stop-api
Stop a Gravitee API on the gateway.
idempotent
list-api-plans
List plans defined for an API.
read-only
create-plan
Create a new plan for an API.
list-api-subscriptions
List subscriptions for an API.
read-only
list-applications
List all applications registered on the platform.
read-only
create-application
Register a new application.
list-users
List platform users.
read-only
get-configuration
Get platform-wide configuration settings.
read-only
list-audit-events
List platform audit events.
read-only
APIs Used
gravitee-management