Available APIs
Global Indirect Tax
Calculate tax rates, manage registrations, track transactions, handle exemptions, and automate filings across jurisdictions.
CommendaOS
Create and manage business entities, government identifiers, registrations, locations, credentials, and documents.
Incorporation
Create companies, start incorporation services, and track payment intents and document delivery through affiliate-scoped endpoints.
Workflow Builder
Define multi-step service request workflows with conditional logic, approvals, and automated task assignment.
Address API
Geocode and validate addresses for accurate tax jurisdiction resolution.
MCP Server
Connect Commenda to AI tools and agents using the Model Context Protocol.
Which API do you need?
| Use case | API |
|---|---|
| Calculate indirect tax on a transaction | Global Indirect Tax |
| Create or retrieve business entities | CommendaOS |
| Incorporate a new entity programmatically | Incorporation |
| Manage tax registrations across jurisdictions | Global Indirect Tax — Registrations |
| Track registration thresholds | Global Indirect Tax — Registration Thresholds |
| Store and retrieve entity documents | CommendaOS — Documents |
| Automate multi-step service delivery | Workflow Builder |
| Validate or geocode an address | Address API |
| Build AI-powered tools on Commenda data | MCP Server |
Authentication
Commenda APIs use two authentication methods depending on the API:Bearer token
The Global Indirect Tax API and CommendaOS API use Bearer token authentication. Include your token in theAuthorization header of every request:
Affiliate API key
The Incorporation API uses an affiliate API key passed in thex-api-key header:
Contact the Commenda team to get API keys for both testing and production environments.
Base URLs
| API | Base URL |
|---|---|
| Global Indirect Tax | https://transaction-tax.api.in.commenda.io/api/v1 |
| CommendaOS / Incorporation | https://api.prod.commenda.io/api/v1/public |
Next steps
Global Indirect Tax quickstart
Start calculating tax rates and managing transactions.
CommendaOS overview
Learn the entity data model before calling the API.