{"openapi":"3.1.0","info":{"title":"Web3 Incident Response Runbook API","description":"Generate web3 incident response steps by severity, asset exposure, exploit type, and controls","version":"1.0.0"},"servers":[{"url":"https://orbisapi.com/proxy/web3-incident-response-runbook-api-bbac7e"}],"paths":{"/":{"get":{"summary":"/","operationId":"get_","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required — include x-api-key or X-PAYMENT header"}},"security":[{"ApiKeyAuth":[]},{"X402":[]}]}},"/catalog":{"get":{"summary":"/catalog","operationId":"get_catalog","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required — include x-api-key or X-PAYMENT header"}},"security":[{"ApiKeyAuth":[]},{"X402":[]}]}},"/runbook":{"post":{"summary":"/runbook","operationId":"post_runbook","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required — include x-api-key or X-PAYMENT header"}},"security":[{"ApiKeyAuth":[]},{"X402":[]}]}},"/openapi":{"get":{"summary":"/openapi","operationId":"get_openapi","parameters":[],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment required — include x-api-key or X-PAYMENT header"}},"security":[{"ApiKeyAuth":[]},{"X402":[]}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Subscribe at https://orbisapi.com for an API key"},"X402":{"type":"apiKey","in":"header","name":"X-PAYMENT","description":"x402 USDC per-call payment header (Base network)"}}},"tags":[{"name":"ai"}]}