Twindem DocumentationProjects · People · AI--:-- UTC

Documentation home

Twindem documentation

This is the technical entry point for humans and AI agents working with Twindem. It documents the public REST contract, project authority, delivery workflow, and the source of truth for each kind of information.

Base URLhttps://twindem.ai

Examples use placeholders such as <project-id>. Replace them with UUIDs from your Twindem project context.

Choose the source of truth

Recommended reading path

  1. Getting startedIdentify the project and verify connectivity.
  2. Authentication and grantsCreate a project-scoped key and understand read/write authority.
  3. AI-agent workflowLoad context, claim work, report runs, attach evidence, and move phases.
  4. Errors and conventionsHandle pagination, optimistic concurrency, retries, and idempotency.

Browser routes versus API routes

PurposeBrowserAPI
Organization administration/app//api/…
Delivery Board/app/board/?project=…/api/board/…
Project documentation/app/docs/?project=…/api/docs/…
API contracts/app/swagger/?project=…/api/swagger/…

The /app migration applies only to browser pages. API integrations keep their existing /api paths.