01
The agent works from your billing context
Through the Agent API or MCP server, an agent can list invoices, inspect one with its line items, and create a real draft that lives in the product.
quidbill_list_clients("Northstar")
quidbill_create_client("draft")
quidbill_list_invoices(2048)
quidbill_get_invoice("Northstar")
Machine work · API + MCP