{"openapi":"3.1.0","info":{"title":"Owns API","version":"1.0.0","description":"Independent catalog of Grok Bot templates. Match a job, inspect proof, then open an official share link. Never invent x.ai/bot URLs."},"servers":[{"url":"https://ownbot.lol"},{"url":"/"}],"paths":{"/api/v1/match":{"get":{"summary":"Rank templates for a need","parameters":[{"name":"need","in":"query","required":true,"schema":{"type":"string"},"description":"The job the operator wants owned."}],"responses":{"200":{"description":"Ranked templates with matchReasons."}}}},"/api/v1/templates":{"get":{"summary":"List templates","parameters":[{"name":"q","in":"query","schema":{"type":"string"}},{"name":"category","in":"query","schema":{"type":"string"}},{"name":"connector","in":"query","schema":{"type":"string"}},{"name":"kind","in":"query","schema":{"type":"string","enum":["bot","task","team"]}},{"name":"sort","in":"query","schema":{"type":"string","enum":["rating","newest","name"]}}],"responses":{"200":{"description":"Template summaries."}}},"post":{"summary":"Submit a listing","responses":{"201":{"description":"Created template."}}}},"/api/v1/templates/{slug}":{"get":{"summary":"Full listing including outputs and reviews","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Template detail."}}}},"/api/v1/templates/{slug}/reviews":{"post":{"summary":"Add a display-name review","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"201":{"description":"Created review."}}}},"/api/v1/templates/{slug}/comments":{"post":{"summary":"Add a display-name comment","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"201":{"description":"Created comment."}}}},"/api/health":{"get":{"summary":"Liveness, version, template count, db writable","responses":{"200":{"description":"Healthy."},"503":{"description":"Database not writable."}}}},"/api/ops/summary":{"get":{"summary":"Public aggregates. No names, emails, IPs, or prompts.","responses":{"200":{"description":"Cached about 60 seconds."}}}}}}