Skip to main content

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.

The Partner API gives you a customer-scoped API surface for building incorporation and entity management flows inside your product. Base URL:
https://api.prod.commenda.io/api/v1
Pass your partner API key in the x-api-key header on every request.
curl --request GET \
  --url 'https://api.prod.commenda.io/api/v1/partner/incorporation/jurisdiction-catalog' \
  --header 'x-api-key: <partner_api_key>'

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-key return 401.
  • Requests for a customer or resource outside the partner firm’s scope return 403 or 404, 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.