Open Source · MIT License

AGENTIC [TOOL] OPTIMIZATION_

The multi-LLM control panel for AI coding tools. Manage Claude, Codex, OpenClaw, and Hermes — skills, automations, cron jobs, and context — all from one dashboard.

4
AI Runtimes
16
MCP Tools
20+
Dashboard Panels
MIT
Open Source

AI coding tools are fragmented

🔀

Too many tools, no dashboard

Claude Code, Codex, OpenClaw, Hermes — each has its own skills, config, and CLI. No unified way to manage them all.

📂

Skills across runtimes

Claude uses ~/.claude/skills/, Codex uses ~/.codex/skills/, OpenClaw has workspace files. No way to see or manage them together.

Agent jobs fail silently

Scheduled agent tasks run in the background with no visibility. When a cron job fails, you don't know until it's too late.

One dashboard for all your AI coding agents

Multi-Runtime Context

Per-runtime context breakdown. Switch between Claude, Codex, OpenClaw, and Hermes to see what each agent has loaded. Skills shown as on-demand — not counted in the total.

  • Runtime tabs: Claude / Codex / OpenClaw / Hermes
  • "Not connected" state for uninstalled runtimes
  • Color warnings at 75% and 90% usage
Context Usage 67,234 / 200,000 tokens · 33.6%
System (30K) Skills (12K) MCP (8K) CLAUDE.md (5.2K) Conversation (12K) Free (132.8K)

Skills Manager + Marketplace

Manage skills across all runtimes with per-runtime tabs. Browse the marketplace, install community skills, or ask AI to create one for you.

  • Per-runtime tabs: Claude / Codex / OpenClaw / Hermes
  • AI skill creation: describe what you want, AI writes it
  • In-app approval dialog for file saves
code-review.md
2,340 tokens
testing-patterns.md
1,876 tokens
api-conventions.md
3,102 tokens
⚠ legacy-rules.md
conflict

Automation Builder

Visual workflow editor that auto-detects flows from your installed skills. Any skill with Step or Phase headers becomes a visual automation.

  • Auto-generates flows from skill content
  • Per-node runtime selection (mix agents)
  • Run workflows with one click
Today
45,230
$0.68 estimated
Burn Rate
12.4K/hr
~6.2h to limit
This Week
312K
$4.68 total
This Month
1.2M
$18.40 total

Cron Monitor

Schedule agent jobs with any runtime. Google Calendar view shows execution status — click any day to see the output or error.

  • Calendar view with green/red execution status
  • Click to inspect: see output or error details
  • Smart failure detection + alert banner
filesystem
stdio 12 tools 23ms
github
stdio 8 tools 45ms
postgres
stdio 5 tools 120ms
slack
sse timeout

Production-ready for teams and companies

LLM API Key Management

Centralized dashboard to store, rotate, and scope API keys for every major LLM provider. Keys are encrypted locally — never sent to any server.

  • Anthropic, OpenAI, Google, Mistral, Groq, Cohere + more
  • One-click key rotation with masked preview
  • Per-runtime scoping (assign keys to specific agents)
  • Usage tracking: see which keys are active and how often
A Anthropic Production
sk-a...4f2x
O OpenAI GPT-4
sk-p...9k3m
G Google AI Staging
AI...7xq2
G Groq Fast
gsk...r4p1

Real-time Agent Monitor

Live dashboard showing active agent sessions, token consumption rates, runtime health, and smart alerts — across all your AI coding tools at once.

  • Live session tracking with 3-second refresh (Pro)
  • Token usage timeline charts and burn rate
  • Smart alerts: error spikes, high token usage, offline runtimes
  • Basic stats and recent sessions free for everyone
Tokens/hr
24.5K
Sessions
18
Avg Duration
4.2s
Errors
0
claude code-review session 2.1K tok · 3.4s
codex test generation 1.8K tok · 2.1s
hermes documentation update 956 tok · 1.8s

Audit Log

Complete audit trail of every action across your agentic systems. Filter by action type, resource, and time range. Export to JSON for compliance.

  • Track skill changes, key rotations, config updates, cron triggers
  • Filterable by action type and resource
  • Stats dashboard: today, this week, top actions
  • One-click JSON export
skill.create — code-review.md 2m ago
config.update — claude runtime 5m ago
cron.trigger — daily-backup 1h ago
secret.delete — old-api-key 3h ago

SSO & Enterprise Auth PRO

Connect your company's identity provider. Google Workspace, Okta, Microsoft Entra, or any OIDC provider — with domain restriction and auto-provisioning.

  • Google Workspace, Okta, Microsoft Entra built-in
  • Any custom OIDC provider via URL config
  • Domain restriction: only @company.com can join
  • Auto-provision users on first SSO login
SSO Providers
G
Google
Active
M
Microsoft
Configure
O
Okta
Configure

MCP Server with 16 tools

Connect ATO to any MCP-compatible agent. Query runtime health, manage skills, and read execution logs.

$ npx ato-mcp # 16 tools available: # Add to ~/.claude/settings.json: { "mcpServers": { "ato": { "command": "npx", "args": ["ato-mcp"] } } } # Context & Usage get_context_usage — Context window breakdown get_usage_stats — Token and cost analytics get_mcp_status — MCP server health # Skills Management list_skills — All skills with token counts toggle_skill — Enable/disable skills get_skill_index_stats — Index & watcher status rescan_skills — Force full rescan # Runtime Health get_runtime_status — Check any runtime get_all_runtime_statuses — All runtimes at once get_agent_logs — Execution logs get_runtime_path_cache — Cached CLI paths refresh_runtime_paths — Re-discover CLIs set_runtime_path — Manual CLI path # Cache Management get_cache_stats — Cache statistics clear_cache — Flush cache

Built for developers

Desktop

offline-first · free
  • Tauri 2.x (Rust + React)
  • SQLite local database
  • LLM API key management
  • Audit logging
  • Agent monitor (basic)
  • Skills, automation, cron, MCP
Sync

Cloud / Pro

opt-in · teams
  • 7 microservices on Railway
  • PostgreSQL + SSO (OIDC)
  • Real-time agent monitoring
  • Smart alerts & token charts
  • Team workspaces & roles
  • Tiered rate limiting

Available in English, Português, and Español

English EN
Português PT
Español ES

Download ATO

Free, open source, and ready for your platform.

# Install via Homebrew (macOS) $ brew tap WillNigri/ato $ brew install --cask ato # Or install the SDK for auto-tracing $ npm install @ato-sdk/js # Or install just the MCP server $ npx ato-mcp

Part of the Agentic Tool ecosystem