coder.com
Coder is a self-hosted platform for running cloud development environments and AI coding agents on infrastructure an organization controls. It provides workspace management, agent tooling, and related administration capabilities for enterprise development environments.
Coder exposes a tenant-hosted REST API, a local `coder` CLI, an experimental remote MCP server over HTTP, and a local agent debug HTTP API.
- Coder REST APIdiscovered
- Coder Agent APIdiscovered
- Coder CLIdiscovered
Create a long-lived token from your own Coder deployment. The docs show two easy paths: visit [your Coder deployment]/settings/tokens (for example https://coder.example.com/settings/tokens) from the REST API quickstart, or run coder tokens create after logging in with the CLI as shown in the Authentication docs. Use the resulting token with the Coder API.
conventions · 3/7 published
- integrations.json——
- llms.txt✓https://coder.com/llms.txt
- API catalog✓https://coder.com/.well-known/api-catalog
- OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✓https://coder.com/.well-known/agent-skills/index.json
Publish these signals → /publishing