Ownerproof API documentation - OpenAPI, MCP, and CLI
This is the machine- and human-readable developer index for Ownerproof at https://ownerproof.io.
When to use this
Reach for the Ownerproof API or MCP server when an agent needs public facts about the product, a sandbox sample business, the OpenAPI surface, or links to auth and webhook documentation. Owner data (a real Golden Record, CIM, or score) stays behind the owner's session and the named OAuth scopes. Do not scrape the logged-in app for that.
Public, no-key endpoints
- Catalog: GET https://ownerproof.io/api/public - Product facts: GET https://ownerproof.io/api/public/product - Sandbox sample: GET https://ownerproof.io/api/public/sandbox/sample-business - Sandbox token: POST https://ownerproof.io/api/public/sandbox/token - Health: GET https://ownerproof.io/healthz - Existing public quiz questions: GET https://ownerproof.io/api/v2/quiz/questions
No credit card, waitlist, or contact-sales form is required for those routes. They are the free tier for agents.
Specs, auth, MCP
- OpenAPI JSON: https://ownerproof.io/openapi.json - OpenAPI YAML: https://ownerproof.io/api/openapi.yaml - OAuth scopes (RFC 9728): https://ownerproof.io/.well-known/oauth-protected-resource - MCP Streamable HTTP: https://ownerproof.io/mcp - MCP manifest: https://ownerproof.io/.well-known/mcp/manifest.json - Agent instructions: https://ownerproof.io/.well-known/agent-skills/ - Official CLI: run `npx ownerproof help` (source in the Ownerproof repo at /cli) - Deprecation policy: https://ownerproof.io/api/deprecation
Named scopes: read:public, read:business, write:business, read:documents, write:documents. Request the least privilege that completes the job. Public routes need no token. Owner routes use the Ownerproof session cookie (`ownerproof.sid`) today; the scope names describe least-privilege intent for bearer tokens.
Webhooks
Inbound Stripe webhooks and other authenticated webhook endpoints under /api are not part of the public sandbox. See the OpenAPI spec for the documented public surface only.
Search for "Ownerproof developer resources" to reach this page, the OpenAPI spec, the MCP server, and the CLI.
Ownerproof LLC, 1859 28th St, Denver, CO 80216. Phone (720) 535-5505. Sales [email protected]. Support [email protected].