PocketBase API and SDK (Advanced)
Overview
Use this only for deeper integration patterns. Default to pocketbase-agent-orchestrator for common operational tasks.
Focus
- REST and SDK CRUD patterns
- Filtering, sorting, pagination, and relation expansion
- Error classification and retry boundaries
Minimal Workflow
- Choose execution context (client/server/worker).
- Define request/response contract and query constraints.
- Implement bounded reads and validated writes.
- Verify auth + schema implications.