FAQ¶
Do I need to send events, or is connecting my cloud enough?¶
Connecting your cloud is enough for most customers — it gives cost and usage attribution from your provider's own billing and logs. Add events only if you want per-request resolution (tokens, cost, latency, identity per call).
Is there an SDK?¶
Not today. Integration is the read-only Terraform connector plus, optionally, a plain HTTP ingestion API or a drop-in proxy you point your existing provider SDK at. No Argmin-specific client library is required.
Can Argmin change anything in my account?¶
No. Every onboarding module is read-only, a platform gate blocks any module that
requests a write from shipping, and the bundled verify.sh proves writes fail.
See Trust & security.
Does Argmin see my prompts or completions?¶
No. The pipeline never stores prompt or completion text; the event schema has no content field. Only metadata (tokens, model, cost, identity, timing).
Will the proxy slow down or break my traffic?¶
No. The interceptor is fail-open on a hard latency budget — if Argmin is slow or down, your request is forwarded to the provider anyway.
Where does Argmin run?¶
In a dedicated data plane inside your cloud trust boundary, so your operational data stays with you. See How it works.
How do I rotate or revoke access?¶
Rotate with terraform apply (new external_id / federation subject), revoke with
terraform destroy. Details in Rotate & offboard. Tell Argmin first
so ingestion pauses cleanly.
How long does onboarding take?¶
~15–30 minutes of hands-on work. Argmin confirms ingestion within one business day, after which the dashboard populates in ~1–2 hours.
What's attribution_confidence and why is it capped?¶
Every attribution carries a confidence score, capped at 0.95 — Argmin never claims certainty. The cap is enforced in the schema and the scoring engine.
Which providers are supported?¶
Cloud-native inference (Bedrock, Vertex AI, Azure OpenAI) via the connector; direct OpenAI and Anthropic via the proxy or ingestion API. Ask your onboarding contact about others.
Who do I contact?¶
contact@argmin.co — see Support.