InvoiceBot

api.invoicebot.io

Community

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

Pricing

paid

Spec version

1.0

Base URL

https://api.invoicebot.io

Crawl failures

1

Last verified

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

payments

Create 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

payments

Get 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

payments

List 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.