{"name":"Dasha Compute","description":"OpenAI-compatible inference. A run factory, not a ledger. Not Room.","url":"https://www.getdasha.com/compute","skill":"https://www.getdasha.com/compute/skill.md","protocol":"catalog","transport":"http","note":"Static MCP catalog. Call the existing HTTP tools or the OpenAI-compatible base_url. Chat needs Bearer. Not a streamable MCP session.","base_url":"https://lobby.getdasha.com/compute/api/v1","base_url_www":"https://www.getdasha.com/compute/api/v1","auth":{"type":"api_key","in":"header","header":"Authorization","scheme":"Bearer","public_reads":["healthz","network","models"],"chat":"bearer","guest_key":{"method":"POST","path":"/compute/api/guest-keys","ttl_seconds":86400,"scopes":["chat","models"],"rate":"3/hour/IP"}},"tools":[{"name":"healthz","method":"GET","url":"https://lobby.getdasha.com/compute/api/healthz","auth":"none","description":"Coordinator health."},{"name":"models","method":"GET","url":"https://lobby.getdasha.com/compute/api/v1/models","auth":"none","description":"OpenAI-compatible model list."},{"name":"network","method":"GET","url":"https://lobby.getdasha.com/compute/api/v1/network","auth":"none","description":"Community Macs advertising."},{"name":"guest-keys","method":"POST","url":"https://lobby.getdasha.com/compute/api/guest-keys","auth":"none","rate":"3/hour/IP","ttl_seconds":86400,"scopes":["chat","models"],"description":"Mint a 24h guest key. Copy once. Rate-limited."},{"name":"chat.completions","method":"POST","url":"https://lobby.getdasha.com/compute/api/v1/chat/completions","auth":"bearer","description":"OpenAI-compatible chat. Use base_url with the OpenAI SDK. Bearer required."}]}