{"openapi":"3.1.0","info":{"title":"Agent Intel","version":"0.1.0","description":"Machine-purchasable x402 resource intelligence for autonomous agents."},"servers":[{"url":"https://agent-intel.vectorbuildhq.workers.dev"}],"paths":{"/v1/resource-dossier":{"post":{"summary":"Agent Resource Dossier","description":"Find, verify, compare, score, and select the strongest x402 resource for a task.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"task":{"type":"string","minLength":5,"maxLength":400,"description":"The capability or paid resource the agent needs."},"budget_usd":{"type":"number","exclusiveMinimum":0,"maximum":100},"maximum_candidates":{"type":"integer","minimum":1,"maximum":5},"freshness_requirement_seconds":{"type":"integer","minimum":60,"maximum":604800},"preferred_network":{"type":"string","example":"eip155:8453"},"required_capabilities":{"type":"array","items":{"type":"string"},"maxItems":12},"excluded_capabilities":{"type":"array","items":{"type":"string"},"maxItems":12},"previous_provider":{"type":["string","null"]}},"required":["task"]}}}},"responses":{"200":{"description":"Paid machine-readable dossier"},"400":{"description":"Invalid request before payment"},"402":{"description":"x402 v2 payment required","headers":{"PAYMENT-REQUIRED":{"schema":{"type":"string"}}}}}}},"/v1/swarm-procurement-plan":{"post":{"summary":"Swarm Procurement Plan","description":"Produce a budget-aware execution graph across paid x402 resources.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"objective":{"type":"string","minLength":5,"maxLength":800},"maximum_total_budget_usd":{"type":"number","exclusiveMinimum":0,"maximum":100},"freshness_requirement_seconds":{"type":"integer","minimum":60,"maximum":604800},"maximum_tools":{"type":"integer","minimum":1,"maximum":5},"allow_parallel_calls":{"type":"boolean"},"human_approval_threshold_usd":{"type":"number","minimum":0},"preferred_network":{"type":"string","example":"eip155:8453"}},"required":["objective"]}}}},"responses":{"200":{"description":"Paid machine-readable procurement plan"},"400":{"description":"Invalid request before payment"},"402":{"description":"x402 v2 payment required","headers":{"PAYMENT-REQUIRED":{"schema":{"type":"string"}}}}}}},"/health":{"get":{"summary":"Health","responses":{"200":{"description":"Service status"}}}},"/v1/capabilities":{"get":{"summary":"Capabilities","responses":{"200":{"description":"Machine-readable capabilities"}}}}}}