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.
Object model
| Concept | What it means | Main ID |
|---|
| Customer | One of your customers. Every resource in the incorporation API is scoped to a specific customer. | customerId |
| Incorporation | A specific incorporation workflow, including selected jurisdiction/entity type. | incorporation.id |
| Commenda OS reusable resource | Customer data that can be reused across workflows, such as people, business entities, locations, and files. | Resource-specific IDs |
| Participant | A reference to a person or business entity in Commenda OS, attached to this incorporation with a role such as DIRECTOR or SHAREHOLDER. | participant.id |
| Intake | A collection of user-provided information about the entity being incorporated, such as company name options and registered office address choice. | intakeState |
| Status and issues | Post-submit progress and partner-visible correction requests. | incorporationStatus, issue.id |
Customer
-> Incorporation
-> Participants
-> Commenda OS people/business entities
-> Participant documents
-> Intake fields
-> Status and issues
Reusable records vs incorporation-specific records
People, business entities, locations, and files live in Commenda OS so customers can reuse them across KYC, entity management, registrations, and documents. The Incorporation API links those reusable records to a specific incorporation.
| Need | Create or read in | Link through |
|---|
| Director or shareholder person | Commenda OS Persons | Incorporation Participants |
| Corporate shareholder | Commenda OS Business Entities | Incorporation Participants |
| Registered office location | Commenda OS Locations | Intake registeredOfficeAddressLocation |
| Passport, utility bill, or other source file | Commenda OS Files | Participant document upsert |
Which API to call
| API surface | Use it for |
|---|
| Customer setup | Create or list the customer record that scopes later calls. |
| Partner Incorporation API | Discover requirements, create incorporations, register participants, upsert participant documents, submit intake, track status, and read issues. |
| Commenda OS Partner API | Manage reusable customer data such as people, business entities, locations, files, documents, government identifiers, and registrations. |
| Partner webhooks | Subscribe to partner events such as incorporation issue creation and resolution. |
What to read next