Reference
API reference
Manage projects, tools, and secrets programmatically. Useful for CI pipelines and infrastructure-as-code setups.
Authentication
All requests use a personal access token in the Authorization: Bearer … header. Generate one in Settings → Tokens.
Resources
GET /api/v1/projects— list projectsPOST /api/v1/projects/:id/tools— create a toolPUT /api/v1/projects/:id/secrets/:name— set a secretGET /api/v1/projects/:id/logs— recent tool calls
Full OpenAPI spec available at https://easymcp.eu/api/v1/openapi.json.