Documentation Index
Fetch the complete documentation index at: https://support.configview.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
ConfigView integrates with Claude’s Admin API to provide visibility into:- Token Usage: Granular tracking of token consumption across models and workspaces.
- Cost Analysis: Service-level cost breakdowns in USD.
- Workspace Governance: Inventory of workspaces and their settings.
- Access Management: Organization-wide member list and workspace-specific membership.
Setup Guide
To connect Claude to ConfigView, you need to provision an Admin API Key.1. Provision an Admin API Key
- Log in to the Claude Console as an Organization Admin.
- Navigate to Settings > API Keys.
- Create a new key. Ensure it is an Admin API Key (starts with
sk-ant-admin...). - Copy the key and store it securely.
2. Configure Secrets
In ConfigView, add the following secret:CLAUDE_ADMIN_API_KEY: The Admin API key you provisioned.
Data Points Indexed
Usage Data
ConfigView tracks the following metrics for each model and workspace:input_tokens_uncachedinput_tokens_cache_readinput_tokens_cache_creationoutput_tokens
Cost Data
cost_cents: Total cost in USD cents for service usage.
Workspaces
name: Workspace display name.created_at: Date the workspace was created.archived_at: Date the workspace was archived (if applicable).
Member Management
- Organization Members: Full list of users in the organization with their roles (
admin,developer,billing, etc.). - Workspace Membership: Mapping of users to specific workspaces and their workspace-specific roles.
Chat Usage Analytics
ConfigView retrieves per-user analytics for the Claude.ai chat interface:- Engagement: Total
conversationsandmessages_sentper user. - Consumption: Token breakdown (
input,output,cache_read,cache_write) per user. - Cost: Actual USD spend attributed to individual users.