AnyInt Docs

Account & Billing

Use this section to understand API keys, BYOK, prepaid balance, subscriptions, invoices, and the billing states that can affect API access.

Use this section to understand API keys, BYOK, prepaid balance, subscriptions, invoices, and the billing states that can affect API access.

Start here

TaskPageOutcome
Understand account access and billing modelsOverviewKnow which billing states can affect API access
Create, store, rotate, or revoke API keysAPI KeysKeep production credentials controlled and auditable
Share access across projects or departmentsTeam KeysSeparate teams, environments, or products without sharing one key everywhere
Keep upstream provider credentials customer-ownedBYOKDecide when your organization should bring its own provider key
Use prepaid balance for self-serve API usagePay As You GoUnderstand balance-based usage and operational monitoring
Use fixed tiers and shared limitsSubscriptionsPlan predictable recurring access
Buy specific models, limits, or enterprise termsCustom SubscriptionsCapture model, quota, and commercial requirements that do not fit self-serve plans
Review invoices, renewals, and finance workflowsBilling and InvoicesKeep finance processes from blocking production API usage

Security baseline

Treat API keys as production credentials. Do not put real keys in source control, documentation examples, screenshots, or client-side code.

ControlRecommended practice
StorageUse a deployment secret manager or environment variable, not a checked-in file
RotationKeep a documented rotation path before a key is suspected to be exposed
SeparationUse different keys for development, staging, and production
Browser accessDo not call AnyInt directly from untrusted browser code with a long-lived key
LoggingRedact Authorization, x-api-key, prompts, uploaded file URLs, and generated private outputs when needed

Operational baseline

Billing state can affect whether API requests are accepted. Production systems should monitor subscription status, prepaid balance, and limit events instead of treating billing as only a finance workflow.

SignalWhy product and engineering teams should care
Expired subscriptionRequests that worked yesterday may start failing for non-code reasons
Low prepaid balanceBatch jobs and background automations can consume quota before user-facing traffic runs
Key-level restrictionA model or route may fail for one key while another key still works
Custom entitlementAccess to a purchased model or higher limit may be scoped to a specific account or key
Invoice or renewal issueFinance delays can become production incidents if nobody monitors them
EnvironmentKey and billing pattern
Local developmentUse a low-risk development key with narrow access and avoid committing .env files
StagingUse a separate key and model list so staging failures do not hide production access issues
ProductionUse managed secrets, explicit owner contacts, alerting for balance or subscription state, and a rotation procedure
Enterprise teamsUse team or project-level keys so usage, limits, and ownership stay clear

When to contact AnyInt

Contact your AnyInt representative when you need model access that is not visible through Models API, higher or custom limits, BYOK onboarding, enterprise invoicing terms, SSO or organization controls, or help separating keys across teams.

On this page