Start with AI
Give your LLM a copy-paste prompt to build on Conduit v0.17.
Use this page when you want an AI assistant (Cursor, Claude, ChatGPT, etc.) to build on Conduit without pasting docs manually.
Copy the prompt
Cursor users
Install the Conduit Cursor plugin for skills, rules, and subagents that enforce Client vs Admin API boundaries.
What the prompt enforces
- llms.txt — machine-readable doc index
- MCP for provisioning — schemas and config at dev time
- Client API for runtime — user bearer tokens only
- Custom endpoints — no client-side filtering of full collections
- Storage proxy — no presigned URLs in browsers
For AI agents
Agents should call list_modules after MCP connect and read Client vs Admin API before writing app code.