claudeers.
// Uncategorized / Others

CPA-Manager-Plus

Self-hosted AI gateway monitoring — track requests, cost, failures, quota, and account health for CPA / CLIProxyAPI and OpenAI-compatible gateways.

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up CPA-Manager-Plus (git-clone project) into my current project.
Found on https://claudeers.com/cpa-manager-plus
Repo: https://github.com/seakee/CPA-Manager-Plus
Homepage/docs: —
Detected install method: git-clone → git clone https://github.com/seakee/CPA-Manager-Plus
Category: uncategorized. Platforms: cli, api, web.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
unknown; community-verified: false. Confirm the source before running anything.
// or clone
git clone https://github.com/seakee/CPA-Manager-Plus

CPA Manager Plus

A self-hosted CPA / CLIProxyAPI management panel and AI Gateway Observability platform for gateway operations, request monitoring, cost analytics, quota tracking, failure diagnosis, and Codex account health.

Works with CPA / CLIProxyAPI and OpenAI-compatible gateways that serve Codex, Claude Code, or similar tools.

中文DemoDocumentation

Highlights

  • CPA / CLIProxyAPI gateway operations for providers, auth files, OAuth logins, API keys, quota, logs, plugins, and system config.
  • Request monitoring and failure diagnosis with request count, success rate, latency, status codes, affected accounts/models, and searchable request history.
  • Usage and cost analytics by model, provider, account, project, channel, and token type, with model price sync from LiteLLM and OpenRouter.
  • Codex account inspection runs on a schedule to check quota, credential validity, and workspace status. Accounts that hit quota limits are paused automatically and re-enabled at reset time.
  • Single Docker container, all data in local files, no telemetry or account registration. Outbound calls are limited to your configured gateway plus user-configured or user-triggered integrations such as model price sync, OAuth, and providers.

Screenshots

Dashboard
CPA Manager Plus dashboard
Request Monitoring
Request monitoring center
Usage Analytics
Usage analytics view
Codex Account Inspection
Codex account inspection view

When You Need It

"Why are my Codex requests failing?" — Open the monitoring page to see failure rate, status codes, and which accounts or models are affected. Failure reasons are shown in a redacted summary, raw error bodies stay local.

"How much did my AI traffic cost this week?" — The usage analytics page breaks down cost by model, provider, account, and project. You can see which model is the most expensive and how tokens distribute across input, output, reasoning, and cache.

"Is my Codex account still usable?" — The inspection page shows each account's quota remaining, plan tier, reset schedule, and whether credentials are still valid. If an account has been disabled or hit its limit, CPAMP tells you what happened and what to do next.

What You Get

Request Monitoring

Every request flowing through your gateway is recorded and searchable. The monitoring page has three views: an account overview, a client API key summary, and a real-time feed showing individual requests with model, status, latency, and token usage. You can export request history as JSONL, or import historical data from a backup.

Cost & Usage Analytics

A dedicated analytics page ranks models by cost, shows token composition, and breaks down spend per account. Filters cover provider, project, channel, and arbitrary date ranges. Model prices sync from LiteLLM and OpenRouter, so cost estimates stay current even when providers change pricing.

Account Health & Quota

CPAMP runs scheduled inspections against Codex accounts: checking quota windows, reset credits and their expiry dates, credential validity (OAuth tokens, workspace status), and whether accounts should be paused or re-enabled. When an account hits usage_limit_reached, the corresponding auth file is temporarily disabled and automatically restored at reset time. Manual disables are never overridden.

Gateway Operations

The dashboard also covers day-to-day CPA operations: managing providers, auth files, OAuth logins, API keys, quota, logs, plugins, and system config. Auth files can be added by JSON paste or batch import.

Self-Hosted & Private

CPAMP has no analytics SDKs, cloud account dependency, or registration flow. By default it talks to the CPA gateway you configure; optional features such as model price sync, OAuth, and provider checks may call the external services you explicitly configure or trigger. It runs as a single Docker container or a native binary (Linux, macOS, Windows — amd64 and arm64), with all data stored in local files.

Quick Start

CPA Manager Plus works with CPA / CLIProxyAPI, an AI gateway that routes requests to OpenAI-compatible providers.

Installer

For a guided deployment, run:

curl -fsSLO https://raw.githubusercontent.com/seakee/CPA-Manager-Plus/main/bin/install-cpamp.sh
bash install-cpamp.sh

The script checks your environment, lets you choose the operation language, chooses full stack or CPAMP-only install, generates minimal config, and deploys only after final confirmation. See One-Click Installer for all options.

CPA + CPAMP Together

If you don't have CPA running yet, this Compose file starts both:

services:
  cli-proxy-api:
    image: eceasy/cli-proxy-api:latest
    restart: unless-stopped
    ports:
      - "8317:8317"
    volumes:
      - cpa-data:/app/data

  cpa-manager-plus:
    image: seakee/cpa-manager-plus:latest
    restart: unless-stopped
    ports:
      - "18317:18317"
    volumes:
      - cpa-manager-plus-data:/data

volumes:
  cpa-data:
  cpa-manager-plus-data:
docker compose up -d

Open http://<host>:18317/management.html, get the admin key from docker compose logs cpa-manager-plus, then fill in:

  1. The admin key.
  2. CPA URL: http://cli-proxy-api:8317.
  3. Your CPA Management Key.
  4. Request monitoring preferences.

CPAMP Only

If CPA is already running somewhere, just start CPAMP:

docker run -d \
  --name cpa-manager-plus \
  --restart unless-stopped \
  -p 18317:18317 \
  -v cpa-manager-plus-data:/data \
  seakee/cpa-manager-plus:latest

Recommended CPA version: v7.1.39+. The HTTP usage queue needs v6.10.8+.

CPAMP can also run as a CPA-hosted panel on :8317, or as a standalone frontend for development. See the documentation site for Compose variants, host networking, upgrades, backup, reverse proxy, and troubleshooting.

Documentation

TopicGuide
Demo siteLive demo
Documentation siteCPAMP Docs
Start hereGetting Started
InstallerOne-Click Installer
Runtime modelCPA gateway runtime and CPAMP
Gateway configurationGateway Configuration, Providers And Compatibility APIs, Client Configuration
Panel manualDashboard, Configuration, AI Providers, Monitoring, Plugin Management
Docker deploymentDocker Deployment
Native packagesNative Packages
Native background controlNative Background Control
Manager Server config, endpoints, data, and securityManager Server Guide
Reverse proxyReverse Proxy
Migrate from old CPA-ManagerMigration from CPA-Manager
Reset lost admin keyReset Admin Key
TroubleshootingFAQ and Request Monitoring Troubleshooting
Release processdocs/release.md
Release notesdocs/release-notes
Legacy WikiTransition-only archive

Data And Privacy

  • CPAMP does not phone home. It has no analytics SDKs and no account registration. External connections are limited to the CPA gateway you configure and optional integrations you explicitly configure or trigger, such as model price sync, OAuth, and provider APIs.
  • All data (request history, credentials, configuration) is stored in local files on your host.
  • Gateway keys are encrypted before storage. Exported data never includes raw error bodies.
  • CPAMP is built for observability over traffic you are authorized to manage: cost tracking, failure diagnosis, and operational health.

Development

npm install
npm run dev
npm run type-check
npm run lint
npm run test
npm run build

Manager Server:

cd apps/manager-server
go test ./...
go test -race ./...
go vet ./...
go run ./cmd/cpa-manager-plus

Build the Docker stack locally:

docker compose -f docker-compose.manager.yml up --build

Release

  • npm run build creates a single-file apps/web/dist/index.html.
  • bin/release/package-native.sh embeds the built panel into native packages.
  • Tag pushes such as vX.Y.Z trigger .github/workflows/release.yml.
  • Release assets include management.html, native packages, and Docker images for linux/amd64 and linux/arm64.

Acknowledgements

License

MIT — Copyright 2026 Seakee.

// compatibility

Platformscli, api, web
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageTypeScript

// faq

What is CPA-Manager-Plus?

Self-hosted AI gateway monitoring — track requests, cost, failures, quota, and account health for CPA / CLIProxyAPI and OpenAI-compatible gateways.. It is open-source on GitHub.

Is CPA-Manager-Plus free to use?

CPA-Manager-Plus is open-source under the MIT license, so it is free to use.

What category does CPA-Manager-Plus belong to?

CPA-Manager-Plus is listed under uncategorized in the Claudeers registry of Claude-compatible tools.

0 views
1,513 stars
unclaimed
updated about 6 hours ago

// embed badge

CPA-Manager-Plus on Claudeers
[![Claudeers](https://claudeers.com/api/badge/cpa-manager-plus.svg)](https://claudeers.com/cpa-manager-plus)

// retro hit counter

CPA-Manager-Plus hit counter
[![Hits](https://claudeers.com/api/counter/cpa-manager-plus.svg)](https://claudeers.com/cpa-manager-plus)

// reviews

// guestbook

0/500

// related in Uncategorized / Others

🔓

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

// uncategorizedn8n-io/TypeScript195,721NOASSERTION[ claude ]
🔓

FULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Q…

// uncategorizedx1xhlol/141,748GPL-3.0[ claude ]
🔓

The agent engineering platform.

// uncategorizedlangchain-ai/Python141,411MIT[ claude ]
🔓

100+ AI Agent & RAG apps you can actually run — clone, customize, ship.

// uncategorizedShubhamsaboo/Python116,798Apache-2.0[ claude ]
→ see how CPA-Manager-Plus connects across the ecosystem