Ship faster. Stay protected.
Pay-As-You-Go from Rp 159rb/mo (≈ $9) — no upfront commitment. Full guardrails from day one.
Why startups choose Anoman
Rp 159rb/mo + raw cost
PAYG tier: Rp 159rb/mo (≈ $9) platform fee + 0–5% progressive markup on provider cost. No token markup at low volumes. Less than a coffee per day.
50% savings on batch workloads
Background agent tasks, document analysis, overnight processing — all batch-eligible. 202 → poll → 200 with 50% savings via native batch APIs.
Guardrails from day one
ML-based injection detection, PII masking, content moderation. Enterprise-grade compliance without hiring a security team.
Quick start
Three steps to production
Install SDK
pip install anoman-ai or npm install anoman-ai. Zero-dependency OpenAI-compatible wrapper.
Set base_url
OPENAI_BASE_URL=https://api.anoman.io/v1 — works with your existing OpenAI or Anthropic SDK client.
Call the API
Every call now gets guardrails, routing, and full observability. No code changes beyond base_url.
pip install anoman-ai
# Or use your existing OpenAI client:
export OPENAI_BASE_URL=https://api.anoman.io/v1
export OPENAI_API_KEY=anm-sk-...