Named-user seats
Import or sync member analytics, measure inactive/low/normal/high usage bands, configure the effective seat price your company actually pays, and calculate conservative addressable seat cost.
A2Agent separates named-user seat economics from company-owned API/account economics, so a CFO can see stranded licenses while engineering can see the shared capacity it actually owns.
Seat utilization · API organization cost · DeepSeek balance + Usage export · freshness, rotation and anomaly controls · encrypted read-only connections
A2Agent keeps those accounting domains explicit instead of adding every provider number into one misleading total.
Import or sync member analytics, measure inactive/low/normal/high usage bands, configure the effective seat price your company actually pays, and calculate conservative addressable seat cost.
OpenAI API Platform organization costs live in an account-level FinOps record, not a fabricated employee seat. This keeps API economics separate from ChatGPT workspace membership.
Current provider balance appears in the primary summary as balance. Historical requests, tokens and billed spend come from the official Usage export and stay native-currency unless an explicit FX rule exists; missing seat imports are labeled separately.
OpenAI has separate ChatGPT Workspace and API Platform administration domains. Anthropic Enterprise analytics has its own read-only analytics key. DeepSeek balance uses the fixed account endpoint, while historical usage comes from the provider's official exported CSVs.
Open Provider Connections →ChatGPT Workspace
-> workspace Admin key
-> member directory
OpenAI API Platform
-> organization Admin API key
-> /v1/organization/costs
Anthropic Enterprise
-> read:analytics key
-> org usage + cost
DeepSeek API
-> /user/balance
-> current balance
DeepSeek Usage Export
-> amount + cost CSV
-> historical usage + native spendA2Agent keeps DeepSeek's balance API separate from its official Usage export, so top-ups and grants never get mistaken for spend.
Upload the extracted amount and cost CSVs from DeepSeek Platform → Usage → Export. Raw CSV bodies are discarded after normalization.
Track requests, cache-hit/miss input tokens and output tokens by provider key label and model. The raw masked exported key is not persisted.
Historical billed spend remains in the provider's native currency. Non-USD DeepSeek spend does not silently enter the USD spend KPI.
org-... ID is notA2Agent validates this before the network request. API Platform organization IDs go to the API Platform connection; ChatGPT Workspace IDs go to the managed ChatGPT connection. That avoids generic auth failures caused by mixing credential domains.
Managed workspace member directory and seat metadata. The credential is a workspace-scoped ChatGPT Admin key, not an inference key and not an API Platform organization key.
Organization-level API costs for the observation window. Uses an Organization Admin API key and an org-... organization identifier.
401 is surfaced as unauthorized/expired/wrong domain. 403 is surfaced as recognized but missing the required organization role or scope.
AI FinOps tells you where money and capacity are stranded. Organization Capacity gives engineering a policy-controlled path to company-owned APIs, enterprise usage and local compute without sharing employee logins.