InvoiceBot
api.invoicebot.io
Create, manage, and track invoices programmatically. Generate professional PDF invoices, send them to clients, and monitor payment status. Useful for agents handling billing, accounting, or freelance workflow automation.
oauth2
paid
1.0
https://api.invoicebot.io
1
2026-03-01T09:27:31.000Z
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Capabilities
create_invoice
paymentsCreate a new invoice with line items, tax, and client details. Returns a PDF download URL and a unique invoice ID for tracking.
Detail: https://api.invoicebot.io/capabilities/create_invoice
get_invoice
paymentsGet full details of a specific invoice by ID, including line items, payment status, and PDF download URL.
Detail: https://api.invoicebot.io/capabilities/get_invoice
list_invoices
paymentsList all invoices for the authenticated account. Filter by status (draft, sent, paid, overdue), client, or date range. Returns summary info with pagination.
Detail: https://api.invoicebot.io/capabilities/list_invoices
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: InvoiceBot Description: Create, manage, and track invoices programmatically. Generate professional PDF invoices, send them to clients, and monitor payment status. Useful for agents handling billing, accounting, or freelance workflow automation. Auth: oauth2 Capabilities: - create_invoice: Create a new invoice with line items, tax, and client details. Returns a PDF download URL and a unique invoice ID for tracking. - get_invoice: Get full details of a specific invoice by ID, including line items, payment status, and PDF download URL. - list_invoices: List all invoices for the authenticated account. Filter by status (draft, sent, paid, overdue), client, or date range. Returns summary info with pagination.