AegisGate Agent Skill

Deploy AegisGate with Docker, configure token routing, and generate client baseUrl formats.

Updated May 8, 2026
One-click install
npx skills add https://github.com/axell2017/AegisGate --skill aegisgate-agent-skill-axell2017
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: AegisGate Agent Skill
Source: https://github.com/axell2017/AegisGate/tree/main
Command: npx skills add https://github.com/axell2017/AegisGate --skill aegisgate-agent-skill-axell2017

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction and misconfiguration risk of setting up AegisGate on a fresh machine, so your LLM traffic is protected from day one.

Core Features & Use Cases

  • Install and start AegisGate: guides you through a clean Docker or local setup and confirms gateway readiness.
  • Connect upstreams safely: sets up token routing (recommended) or direct upstream mode for single-user agents.
  • Integrate clients: produces the exact baseUrl structure and shows how to verify that requests work.

Use case example: You just provision a new server for multiple agent accounts, then you register tokens for each upstream provider and point each agent or app to its dedicated gateway route with the right URL shape.

Quick Start

Ask an AI agent to help you run the Docker-based installation and then register a token for your upstream, finally generating the baseUrl you will paste into your client configuration.

Frequently Asked Questions about AegisGate Agent Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an LLM API gateway for multi-tenant agent routing?

To set up an LLM API gateway for multi-tenant agent routing, install AegisGate via Docker or local setup, start the service, and register tokens for each upstream provider. You then route client traffic to dedicated v1 token routes or v2 proxy routes.

Can I route OpenAI-compatible and Anthropic-compatible endpoints through a single proxy?

You can route OpenAI-compatible and Anthropic-compatible endpoints through a single proxy by configuring token routing or direct upstream mode in AegisGate. You then point each client to its dedicated gateway route using the correct baseUrl structure.

How do I configure client baseUrl for LLM API gateway routing?

To configure client baseUrl for LLM API gateway routing, generate the exact URL structure from AegisGate after registering upstream tokens. You paste this baseUrl into your client configuration, using either v1 token routes or v2 proxy routes, and verify requests work.

Does token routing provide better security than direct upstream mode for agent setups?

Token routing provides better security than direct upstream mode for agent setups by registering specific gateway keys for each tenant. Direct upstream mode is suited for single-user agents, while token routing protects multi-tenant LLM traffic.

What health checks are needed after installing an API gateway for LLM traffic?

After installing an API gateway for LLM traffic, you must complete health checks to confirm gateway readiness. This involves starting the AegisGate service and verifying the service responds correctly before configuring token or direct upstream routing.

When should I configure an optional whitelist for my LLM API proxy?

You should configure an optional whitelist for your LLM API proxy when you need to restrict access to specific upstream providers or client endpoints. This adds a security layer after token registration using the gateway key.