The Partner API gives you a customer-scoped API surface for building incorporation and entity management flows inside your product. Base URL:Documentation Index
Fetch the complete documentation index at: https://docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
x-api-key header on every request.
What you can build
Create a customer
Create the customer record that owns incorporations and reusable entity data.
Start an incorporation
Collect requirements, submit intake, track status, and resolve correction requests.
Manage people and entities
Create and reuse customer records such as business entities, people, files, documents, government identifiers, and registrations.
Receive updates
Subscribe to events and verify signed webhook deliveries.
Response conventions
For the full naming, ID, casing, wrapper, validation, file, and error conventions, read Partner API conventions.- Customer-scoped endpoints only return resources visible to the partner firm associated with the API key.
- List endpoints return an object containing the resource list and
count. - Detail endpoints return an object containing the requested resource.
- Requests without a valid
x-api-keyreturn401. - Requests for a customer or resource outside the partner firm’s scope return
403or404, depending on the endpoint boundary.
Next steps
Understand incorporation concepts
Review the object model, IDs to save, and Commenda OS dependency before implementation.
Build an incorporation flow
Follow the recommended end-to-end sequence for partner-led incorporations.