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 projects
  • POST /api/v1/projects/:id/tools — create a tool
  • PUT /api/v1/projects/:id/secrets/:name — set a secret
  • GET /api/v1/projects/:id/logs — recent tool calls

Full OpenAPI spec available at https://easymcp.eu/api/v1/openapi.json.