{"openapi":"3.0.3","info":{"title":"Oomi Agent Bootstrap API","version":"1.0.0","description":"Minimal API surface for agent discovery and managed pairing bootstrap."},"servers":[{"url":"https://www.oomi.ai"}],"paths":{"/install.sh":{"get":{"summary":"Get one-line install script for Oomi OpenClaw integration.","responses":{"200":{"description":"Shell script","content":{"text/plain":{}}}}}},"/api/gateway/managed/pair/start":{"post":{"summary":"Start managed pairing and return short-lived pair code.","requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{"label":{"type":"string"}}}}}},"responses":{"200":{"description":"Pairing started.","content":{"application/json":{}}},"5XX":{"description":"Configuration or broker error.","content":{"application/json":{}}}}}},"/llms.txt":{"get":{"summary":"Agent-readable setup instructions and security rules.","responses":{"200":{"description":"LLM instructions","content":{"text/plain":{}}}}}}}}