title: AI Agent Tools
AI Agent Tools
Agents can use the user’s wallet through MCP or HTTP API to perform:
- init_agent_id — register and cache a FluxA Agent ID
- request_x402_payment — authorize paid API calls (x402)
- request_payout — send funds out to an external address
- get_payout_status — track payout progress
- get_agent_status — introspect current Agent ID
- create_mandate — create a pre-authorized spending budget (mandate)
- get_eligible_mandates — find mandates that cover a specific payment
- request_x402_v3_payment — pay using a signed mandate (no per-tx approval)
- create_payment_link — create a shareable collection link
- list_payment_links — list and manage payment links
Pick MCP or HTTP depending on your runtime; both surfaces provide the same capabilities.
