Get started
Four steps to get an agent creating and sending invoices on your behalf, with you approving every send from the dashboard.
- 2
Set up with your agent
Two ways to get Billr into your agent's hands:
- Install the
billrpluginComing soon, launching with the agent releaseIn Claude Code:
/plugin install billr
Or create an API key manually
Go to Settings → API in your Billr dashboard and generate a key. Use it with any MCP client or the REST API.
- 3
Connect
Coming soon, launching with the agent releaseBillr exposes an MCP endpoint at
https://mcp.billr.ccauthenticated with a header:Authorization: Bearer billr_sk_...
Claude Code
Add the server with one command, then replace
YOUR_API_KEYwith the key you created in Settings → API:claude mcp add --transport http billr https://mcp.billr.cc --header "Authorization: Bearer YOUR_API_KEY"
claude.ai: add Billr under Settings → Connectors using the same MCP endpoint and API key once the connector is live.
- 4
Your first invoice
Try a prompt with your agent once it's connected:
Create a client called Test Co with my email, draft a $100 invoice for "Setup test", and send it to me.
The invoice lands as a draft in your dashboard first. You review and approve the send.