{"ok":true,"service":"InfraPulse.ai","endpoint":"POST /v1/execute","description":"One unified machine action endpoint. Send any intent to POST /v1/execute and InfraPulse routes it through the appropriate handler. Free intents return immediately. Billable intents require prepaid credits.","architecture":"one-entrypoint-one-execution-endpoint-many-intents","request_schema":{"intent":"string (required)","agent_id":"string (optional)","authorization_id":"string (optional)","idempotency_key":"string (recommended for billable intents)","payload":"object (intent-specific)"},"free_intents":["capabilities","check_receipt","crawl_health","discover","dry_run","health","help","openapi_index","pricing","receipt_status","simulate","simulate_transaction","status","verify_receipt"],"account_intents":["authorization_status","authorize","balance","check_balance","fund_account","ledger","prepay","quote","register_agent"],"billable_intents":["a2a_discover","audit_execution","backup_data","bridge_agent_framework","bridge_cloud","bridge_os","buy_compute","buy_memory","execute","ingest_data","job_submit","mcp_discover","negotiate_memory","restore_data","route_compute","run_diagnostics","run_job","sell_compute","sell_memory","smart_route"],"example":{"method":"POST","url":"https://infrapulse.ai/v1/execute","headers":{"Content-Type":"application/json","Idempotency-Key":"unique-key"},"body":{"intent":"discover","payload":{}}},"links":{"agent_manifest":"https://infrapulse.ai/.well-known/agent.json","capabilities":"https://infrapulse.ai/.well-known/capabilities","pricing":"https://infrapulse.ai/.well-known/pricing","openapi_index":"https://infrapulse.ai/.well-known/openapi-index.json","fund":"https://infrapulse.ai/buy","jwks":"https://infrapulse.ai/.well-known/jwks.json"}}