Tyk · Capability
Tyk API Management
Unified API management workflow combining Gateway and Dashboard APIs for API developers and platform engineers to manage API definitions, keys, policies, and portal configurations.
What You Can Do
GET
List apis
— List all API definitions from Dashboard
/v1/apis
GET
Get api
— Get a specific API definition
/v1/apis
POST
Create api
— Create a new API definition
/v1/apis
GET
List keys
— List all API keys
/v1/keys
GET
List policies
— List all policies
/v1/policies
GET
List users
— List all dashboard users
/v1/users
GET
Check health
— Check gateway health
/v1/health
GET
Get catalogue
— Get portal catalogue
/v1/catalogue
MCP Tools
dashboard-list-apis
List all API definitions from the Tyk Dashboard
read-only
dashboard-get-api
Get a specific API definition from the Dashboard
read-only
dashboard-create-api
Create a new API definition in the Dashboard
dashboard-update-api
Update an API definition in the Dashboard
idempotent
dashboard-delete-api
Delete an API definition from the Dashboard
idempotent
dashboard-list-policies
List all security policies
read-only
dashboard-get-policy
Get a specific policy
read-only
dashboard-create-policy
Create a new security policy
dashboard-list-keys
List all API keys
read-only
dashboard-create-key
Create a new API key
dashboard-list-users
List all dashboard users
read-only
dashboard-get-catalogue
Get the developer portal catalogue
read-only
gateway-list-apis
List all API definitions directly from the Gateway
read-only
gateway-check-health
Check the gateway health status
read-only
gateway-hot-reload
Hot reload the gateway configuration
idempotent
gateway-list-certificates
List all certificates on the gateway
read-only
APIs Used
tyk-gateway
tyk-dashboard