Documentation Index
Fetch the complete documentation index at: https://docs.invoica.ai/llms.txt
Use this file to discover all available pages before exploring further.
Agent Discovery with AIAX
This guide walks through the exact steps an autonomous agent takes to discover Invoica and issue its first invoice. No pre-configuration required — the agent only needs the base URL.Step 1: Fetch the manifest
create_invoice.
Step 2: Fetch the section
Step 3: Call the tool
Thecreate_invoice tool uses x402 — the payment is the credential.
{ "success": true, "capability": "invoice", "result": { "id": "...", "status": "PENDING" } }.
x402 payment flow
x402 is a standard micro-payment protocol on Solana. Agents pay 0.01 USDC per invoice creation via the PayAI facilitator — atomic with the invoice write, no separate settlement step needed. For mandate queries (query_mandate section), no payment is required — that endpoint is public and free.

