CLI
Scaffolding an integration and diagnosing a broken one.
npx contentbind init # scaffold the route, env file and a first component
npx contentbind doctor # check an integration end to enddoctor
Six checks, in the order things actually break:
- The key is present and shaped like a key.
- The API answers.
- A real delivery call for a real URL returns content.
- The editor origin registered for the workspace matches where the editor runs.
- The SDK version in the project is one the API still speaks to.
- The canvas responds to the editor handshake.
Each failure names the file or setting to change. A blank canvas is nearly always one of the first four, and doctor will say which.
All documentation · llms.txt · llms-full.txt · contentbind.com