Togai · Capability
Togai Usage-Based Billing
Unified capability for managing the full usage-based billing lifecycle with Togai. Covers customer onboarding, account management, usage event ingestion, price plan configuration, invoice generation, and credit management for SaaS and cloud products.
What You Can Do
GET
List customers
— List all billing customers
/v1/customers
POST
Create customer
— Create a new billing customer
/v1/customers
GET
Get customer
— Get customer details
/v1/customers/{customerId}
GET
List accounts
— List accounts for a customer
/v1/customers/{customerId}/accounts
POST
Create account
— Create a new account
/v1/customers/{customerId}/accounts
POST
Ingest events
— Ingest usage events for metering
/v1/events
GET
List price plans
— List all price plans
/v1/price-plans
POST
Create price plan
— Create a new price plan
/v1/price-plans
GET
List invoices
— List invoices for an account
/v1/accounts/{accountId}/invoices
GET
List credits
— List credits for an account
/v1/accounts/{accountId}/credits
POST
Grant credit
— Grant credit to an account
/v1/accounts/{accountId}/credits
MCP Tools
list-customers
List all billing customers in Togai
read-only
create-customer
Create a new customer in Togai billing system
get-customer
Get details of a specific Togai customer
read-only
list-accounts
List accounts for a Togai customer
read-only
ingest-events
Ingest usage events into Togai for metering and billing
list-price-plans
List all Togai price plans
read-only
create-price-plan
Create a new usage-based price plan in Togai
list-invoices
List invoices for a Togai account
read-only
grant-credit
Grant billing credits to a Togai account
list-usage-meters
List usage meters for a Togai event schema
read-only
APIs Used
togai