API-managed SQL tables
Operational data tables for agents, without direct database credentials.
Define tables, issue scoped tokens, send test rows, and let agents query through a bounded SQL gateway.
Control plane loop
The v0 surface keeps schemas, tokens, test ingestion, and querying close together.
Define tables
Create documented schemas with required, hidden, and enum fields.
Scope access
Create read and write API tokens for agents and systems.
Query tables
Run bounded SQL against the tables your agents use.