{"openapi":"3.1.0","info":{"title":"Signal Desk Ops API","version":"0.1.0","description":"Grok Bot write path. Auth: Authorization: Bearer <GROKBOT_API_KEY>. Bots never run SQL. Bots may not delete history."},"servers":[{"url":"https://socialtape.xyz/api/ops"}],"components":{"securitySchemes":{"bearer":{"type":"http","scheme":"bearer"}}},"security":[{"bearer":[]}],"paths":{"/tokens":{"get":{"summary":"List tokens","operationId":"listTokens"},"post":{"summary":"Propose a token","operationId":"proposeToken","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas unused"},"example":{"chain":"solana","ca":"CTPoyCwkjMvoJwU4xvZZqoD8tiYk6yDchySiN5gGpump","ticker":"FONE","aliases":["apeonfone","fone"],"officialX":"apeonfone","reason":"early mentions"}}}}}},"/tokens/{id}/activate":{"post":{"summary":"Activate token (bot_admin)","operationId":"activateToken"}},"/tokens/{id}":{"patch":{"summary":"Patch token metadata","operationId":"patchToken"}},"/tokens/{id}/notes":{"post":{"summary":"Append a token note","operationId":"addTokenNote"}},"/tokens/{id}/pause":{"post":{"summary":"Pause ingest","operationId":"pauseToken"}},"/tokens/{id}/resume":{"post":{"summary":"Resume ingest","operationId":"resumeToken"}},"/tokens/{id}/signals":{"get":{"summary":"List signal snapshots","operationId":"listSignals"}},"/authors/{id}/credibility":{"post":{"summary":"Set author credibility 0-100","operationId":"setCredibility"}},"/observations/posts":{"post":{"summary":"File a verbatim post observation","operationId":"filePost","requestBody":{"required":true,"content":{"application/json":{"example":{"url":"https://x.com/apeonfone/status/123","authorHandle":"apeonfone","text":"$FONE first look","postedAt":"2026-08-27T12:00:00.000Z","ticker":"FONE"}}}}}},"/observations/sweeps":{"post":{"summary":"File an observation sweep (coverage ledger)","operationId":"fileSweep"}},"/prompts":{"post":{"summary":"Create a prompt version (not active)","operationId":"createPromptVersion"}},"/prompts/{id}/activate":{"post":{"summary":"Activate a prompt version (bot_admin)","operationId":"activatePromptVersion"}}}}