SkillsMay 13, 2026·2 min read

AxonHub — Open-Source AI Gateway Platform

AxonHub is an Apache-2.0 AI gateway with routing, failover, and trace viewing, letting you keep your SDK while centralizing keys, logs, and model config.

Agent ready

Ready-to-run agent install

This asset can be installed after the agent chooses its runtime, checks the plan, and runs the matching command.

Native · 98/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Established
Entrypoint
Asset
Direct install command
npx -y tokrepo@latest install 5f6077a2-719f-5ec0-bda6-da8017f08cf2 --target codex

Run after dry-run confirms the install plan.

Intro

AxonHub is an Apache-2.0 AI gateway with routing, failover, and trace viewing, letting you keep your SDK while centralizing keys, logs, and model config.

Best for: teams that need one gateway to standardize model access, keys, routing, and observability

Works with: existing LLM SDKs, Docker Compose, optional Helm/Kubernetes deployments, SQL backends for state

Setup time: 15-25 minutes

Key facts (verified)

  • GitHub: 3721 stars · 443 forks · pushed 2026-05-12.
  • License: Apache-2.0 · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: git clone https://github.com/looplj/axonhub.git && cd axonhub.

Main

  • Keep app code stable: point existing SDKs at the gateway, then evolve routing and key management centrally.

  • Use traces and request monitoring to debug agent failures as distributed systems problems (latency, retries, model swaps).

  • Start with a single environment (dev) and a small model set; expand only after you have a clean policy for keys and logging.

Source-backed notes

  • README provides a quick install using a release tarball and an ./axonhub binary.
  • README includes docker-compose startup instructions and an axonhub config check command.
  • LICENSE overview states most of the repo is Apache-2.0, with some scoped subdirectory licensing notes.

FAQ

  • Do I need Kubernetes?: No. README includes docker-compose and binary install paths.
  • What’s the main value?: Central routing + observability without rewriting every client integration.
  • Is it fully Apache-2.0?: Mostly; README/license notes mention scoped subdirectory licenses you should review.
🙏

Source & Thanks

Source: https://github.com/looplj/axonhub > License: Apache-2.0 > GitHub stars: 3721 · forks: 443

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets