AnyInt Docs
Account & Billing

Overview

AnyInt account setup has two operational layers: credentials that authorize requests and billing entitlements that decide which usage can run.

AnyInt account setup has two operational layers: credentials that authorize requests and billing entitlements that decide which usage can run. Treat both layers as part of production readiness.

Key types in practice

Key typeBest forTypical owner
Personal or basic API keyindividual development and simple integrationsone user
Subscription-backed keyplan or custom subscription usageone account or environment
Team keyproject, environment, or department-level usagean organization or project owner

Billing models in practice

Billing modelBest forHow usage is charged
Pay As You Goindividuals, prototypes, variable workloadsrequests deduct from prepaid balance
Subscriptionusers who want a predictable monthly tierone packaged tier with shared limits across included models
Custom subscriptionteams that want recurring access model by modelper-model configuration with separate service level and limits

Header styles you will see

Different route families expect different auth headers:

Authorization: Bearer <ANYINT_API_KEY>

or

x-api-key: <ANYINT_API_KEY>

Anthropic-compatible routes also require:

anthropic-version: 2023-06-01

Key lifecycle basics

  1. create the key in the dashboard or through the subscription flow
  2. show the plain key once
  3. store only the masked prefix in UI and the secret in your vault
  4. rotate the key when ownership or environment changes
  5. revoke the old key immediately if exposure is suspected

What billing changes operationally

  • which models are visible to your account
  • which keys are valid for paid usage
  • whether requests consume prepaid balance or subscription entitlement
  • what rate and usage limits apply
  • how billing and invoice records are generated

On this page