Platform
Resources
The resource map for tables, files, functions, agents, workflows, conversations, connectors, and apps.
Resource responsibilities
| Resource | Owns | Avoid using it for |
|---|---|---|
| Table | Durable structured state | Unstructured documents or binary assets |
| Record API | Simple table CRUD | Multi-table writes with business rules |
| File | Documents and attachments | State that needs filtering, sorting, or workflow transitions |
| Function | Typed deterministic logic | Single-row inserts with no business logic |
| Agent | Judgment-heavy reasoning | Deterministic writes or hidden side effects |
| Workflow | Orchestration over time | One-shot actions with no real process |
| Conversation | Interactive or agent-scoped message flow | Durable business data |
| App | Repeatable operator workflow | Static marketing or dashboard posters |
| Connector | External system access | Pod-local business state |