Use cases
Three complete walkthroughs on the hosted SDK and the MCP server, with every snippet lifted from code that runs.
Each use case is one working walkthrough, read end to end. The status page is a Next.js app that stores its data in a workspace and keeps serving during an outage. The agent workflow connects Claude Code to the same workspace and shows what a narrowed key changes on the wire. Skills and memories teach the workspace agent with nothing but records.
Status page
Declare five objects, sync them once, and serve a public status page that keeps answering when Standards is unreachable.
Agent workflow
Connect Claude Code, read and write records through the MCP tools, then watch a read-only key remove the write tools and refuse a call.
Skills and memories
Teach the workspace agent a skill and give it a memory about one of your records, using nothing but the records API every object already has.
Next steps
- Records: the query API both cookbooks build on.
- MCP tools: the full catalogue the agent workflow narrows.
- Workspaces and API keys: the permissions behind every refusal shown here.