MVP: docs on withohm.dev · chat edge = local :8081 (or your deploy) · api.withohm.dev returns edge-pending until AWS cutover. Status

Ohm

Edge pending

api.withohm.dev is reserved for the Ohm OpenAI-compatible gateway (ACM certificate issued). It is not the documentation site and does not serve chat completions yet.

MVP contract
# Supported today
curl -s http://localhost:8081/v1/chat/completions \
  -H "Authorization: Bearer sk-at-dev" \
  -H "Content-Type: application/json" \
  -d '{"model":"mock","messages":[{"role":"user","content":"hi"}]}'

# This host → HTTP 503 JSON for /v1 and /health until AWS cutover

Keys use legacy sk-at-… · Docs & legal: Terms · Privacy · DPA