← Back to intentdocs.com

Developer Resources

Everything you need to integrate IntentDocs into your AI coding agent, CI pipeline, or custom tooling.

Quick Start

1Install the CLI
npx intentdocs init
2Add MCP config
{
  "mcpServers": {
    "intentdocs": {
      "url": "https://www.intentdocs.com/api/mcp"
    }
  }
}
3Start building
Your agent reads specs live and writes progress back via MCP.

API & Integration Endpoints

Versioning & Deprecation

The IntentDocs API uses date-based versioning. Every API response includes an x-api-version header with the current version date.

Breaking changes are announced at least 90 days in advance via the Deprecation and Sunset response headers. Non-breaking additions (new fields, new endpoints) ship without version bumps.

Authentication

IntentDocs uses OAuth 2.1 with PKCE for agent authentication. MCP clients discover the auth server automatically via the server metadata endpoint.

Available scopes: read:projects, write:projects, read:maps, write:maps, read:specs, write:specs.