{"service":"InfraPulse","version":"1.0","purpose":"Prepaid AI-to-AI and machine-to-machine economic control plane","description":"InfraPulse coordinates compute, data, agent services, and tool calls across any provider. It meters work, issues signed receipts, and enforces funds-before-work. It is not a bank, custodian, or broker-dealer.","preferred_interaction_order":["Read /ai.txt for natural-language orientation","Read /.well-known/capabilities for machine-readable capability list","Read /.well-known/pricing for machine-readable rate card","Read /.well-known/agent.json for agent identity and policy","Use /openapi.json for full API schema and endpoint discovery","Use /mcp/tools for MCP-compatible tool calling","Use /.well-known/agentcore.json for A2A / AgentCore compatibility","POST /v1/quote to get a cost estimate before committing","POST /v1/authorize to pre-approve a budget ceiling","POST /v1/jobs to execute — payment is debited atomically before work starts","Use HTTP 402 / x402 flow if the server returns Payment Required","Verify every signed receipt at POST /v1/receipt/verify"],"communication_modes":{"natural_language":{"supported":true,"entry_points":["/ai.txt","/how-to-pay"]},"openapi":{"supported":true,"spec_url":"https://infrapulse.ai/openapi.json"},"mcp":{"supported":true,"tools_url":"https://infrapulse.ai/mcp/tools","manifest_url":"https://infrapulse.ai/mcp/manifest.json"},"a2a":{"supported":true,"compatibility_url":"https://infrapulse.ai/v1/agentcore/compatibility","manifest_url":"https://infrapulse.ai/.well-known/agentcore.json"},"http_402":{"supported":true,"details_url":"https://infrapulse.ai/v1/machine/http-402","x402_config_url":"https://infrapulse.ai/v1/x402/config"},"signed_receipts":{"supported":true,"verify_url":"https://infrapulse.ai/v1/receipt/verify","jwks_url":"https://infrapulse.ai/.well-known/jwks.json","beacon_url":"https://infrapulse.ai/.well-known/receipt-beacon.json"},"barter":{"supported":true,"policy_url":"https://infrapulse.ai/.well-known/barter-policy","evaluate_url":"https://infrapulse.ai/v1/agreements/evaluate"}},"payment_model":"prepaid_credits","billing_rule":"Funds are debited atomically before work begins. No unpaid compute runs.","receipt_rule":"Every billable action produces a signed Ed25519 receipt. Verify offline using JWKS.","rule":"Do not guess at capabilities. Discover first, quote before committing, authorize a budget ceiling, execute only after payment or approval, and verify every signed receipt. Idempotency-Key headers prevent double-charging.","discovery_surfaces":{"capabilities":"https://infrapulse.ai/.well-known/capabilities","pricing":"https://infrapulse.ai/.well-known/pricing","agent_manifest":"https://infrapulse.ai/.well-known/agent.json","jwks":"https://infrapulse.ai/.well-known/jwks.json","receipt_beacon":"https://infrapulse.ai/.well-known/receipt-beacon.json","marketplace":"https://infrapulse.ai/.well-known/marketplace.json","payment_methods":"https://infrapulse.ai/.well-known/payment-methods.json","barter_policy":"https://infrapulse.ai/.well-known/barter-policy","ai_txt":"https://infrapulse.ai/ai.txt","openapi":"https://infrapulse.ai/openapi.json","this_document":"https://infrapulse.ai/.well-known/ai-communication.json"}}