Start
Quick Start
Get started with API keys, authentication, and your first API call in minutes.
Open section →Documentation hub
The docs mirror the platform refresh: fewer visual jumps, clearer hierarchy, and a faster path from authentication to money movement.
Start
Get started with API keys, authentication, and your first API call in minutes.
Open section →Auth
Create scoped API keys with granular permissions for secure integrations.
Open section →Data
Manage customer profiles, contact information, and payment history.
Open section →Billing
Create, send, and manage invoices with automated payment processing.
Open section →Insights
Access transaction history, sales summaries, and revenue analytics.
Open section →Agents
Build AI agents that can send invoices and manage payments automatically.
Open section →| Endpoint | Method | Description | Scope |
|---|---|---|---|
| /public/api/v1/customers | GET | List customers | customer:read |
| /public/api/v1/customers | POST | Create customer | customer:write |
| /public/api/v1/invoices | GET | List invoices | invoice:read |
| /public/api/v1/invoices | POST | Create invoice | invoice:write |
| /public/api/v1/sales | GET | Sales history | sales:read |
| /public/api/v1/sales/summary | GET | Sales summary | sales:read |
Agent integration
The API is designed for straightforward direct use, but the same workflows also map cleanly into agent-assisted operations.