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.
For humans
Section titled “For humans”Read in this order:
Use the roadmap section for decisions and remaining unknowns. Do not treat retired milestones as current work.
For agents
Section titled “For agents”Read in this order:
- Agent API quickstart
- API conventions
- Metadata
- Frame submissions
- Frame submission contract
- Media ingest
- Data model
- Supabase SQL plan
The OpenAPI source lives at /specs/v1-agent-api.openapi.yaml. JSON schemas live under /specs/schemas/.
Source of truth
Section titled “Source of truth”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.