🔌
AI EngineeringRust

Managed Agent Provider Integration

by LiteLLM-Labs

Managed Agent Provider Integration is an AI Engineering skill for Claude Code, published by LiteLLM-Labs in litellm-agent-control-plane.

1.2K stars135 forkson LiteLLM-Labs/litellm-agent-control-planeAdded 2026/08/20Repository updated 2026/06/20
agent-builderagent-builder-toolsagent-platformagent-vaultai-gatewayclaude-codecodexcodex-clilitellmlitellm-ai-gatewaysandbox
Install in seconds
Install Managed Agent Provider Integration
Copy Managed Agent Provider Integration into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/LiteLLM-Labs/litellm-agent-control-plane/tree/main/skills ~/.claude/skills/skills

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/LiteLLM-Labs/litellm-agent-control-plane.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/skill.md in LiteLLM-Labs/litellm-agent-control-plane
Installs to
~/.claude/skills/skills
Collection
The only skill cataloged from this repository
Category
AI Engineering2451 skills

What Managed Agent Provider Integration does

Managed Agent Provider Integration provides a checklist for adding a new managed-agent runtime provider, covering SDK contract, provider mapping, credentials, and tests.

Managed Agent Provider Integration is cataloged under AI Engineering on DirSkills. Managed Agent Provider Integration comes from a repository tagged agent-builder, agent-builder-tools, agent-platform, agent-vault and ai-gateway.

Documentation

README

Writing Managed-Agent Provider Integrations

Use this checklist when adding a new managed-agent runtime provider.

Files

  • Add SDK protocol mapping under src/sdk/agents/.
  • Add or update the gateway provider adapter under src/managed_agents/providers/.
  • Add runtime credentials and runtime ids under src/managed_agents/providers/base.rs and src/http/agent_runtimes.rs.
  • Add contract tests in tests/managed_agents_sdk.rs.
  • Add gateway tests in tests/managed_agents_support/flows.rs when HTTP routes are involved.

SDK Contract

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Managed Agent Provider Integration

  • How does Managed Agent Provider Integration compare to other AI Engineering skills?

    Managed Agent Provider Integration ranks #1153 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Managed Agent Provider Integration against them. Open each page to compare what they document and how they install.