Skip to content

Reading these docs

These docs are written for two audiences: plan.ai team members and agents implementing the platform. Humans need the strategy and policy in Foundations before the V1 plan makes sense; agents skip Foundations and go straight to the contracts, because the contracts are the only surface agents act on.

Read in this order:

  1. Welcome
  2. The thesis
  3. V1 overview
  4. workbench
  5. Roadmap overview

Use the roadmap section for decisions and remaining unknowns. Do not treat retired milestones as current work.

Read in this order:

  1. Agent API quickstart
  2. API conventions
  3. Metadata
  4. Frame submissions
  5. Frame submission contract
  6. Media ingest
  7. Data model
  8. Supabase SQL plan

The OpenAPI source lives at /specs/v1-agent-api.openapi.yaml. JSON schemas live under /specs/schemas/.

When prose and machine-readable contracts disagree, the implementation must stop and reconcile the docs before shipping. V1 API behavior is specified by the OpenAPI file plus the API Reference pages.