Skip to content

Add Bonito: AI infrastructure management plugin#148

Open
ShabariRepo wants to merge 1 commit intoanthropics:mainfrom
ShabariRepo:add-bonito-plugin
Open

Add Bonito: AI infrastructure management plugin#148
ShabariRepo wants to merge 1 commit intoanthropics:mainfrom
ShabariRepo:add-bonito-plugin

Conversation

@ShabariRepo
Copy link

What this adds

Bonito is a unified AI gateway for managing multi-provider infrastructure. This plugin gives Claude the domain knowledge to help teams deploy, manage, and optimize their AI stack across cloud providers.

Skills (6)

Skill What it does
deploy-stack Deploy infrastructure from a bonito.yaml config (providers, agents, routing, knowledge bases)
manage-providers Connect and manage AWS Bedrock, Azure OpenAI, GCP Vertex AI, OpenAI, Anthropic, Groq
create-agent Create BonBon agents and Bonobot orchestrators with system prompts, RAG, and MCP tools
gateway-routing Configure failover chains, cost-optimized routing, A/B testing, model aliases
cost-analysis Analyze AI spending, identify expensive models, recommend cheaper alternatives
debug-issues Troubleshoot gateway errors, provider failures, agent issues, routing problems

MCP Server

The plugin connects to bonito-mcp, available via:

  • PyPI: pip install bonito-mcp
  • Docker: docker pull bonitoai/mcp-server

18 tools covering provider management, agent configuration, routing, and cost analytics.

Structure

Follows the standard plugin layout:

partner-built/bonito/
├── .claude-plugin/plugin.json
├── .mcp.json
├── CONNECTORS.md
├── LICENSE (MIT)
├── README.md
└── skills/
    ├── cost-analysis/SKILL.md
    ├── create-agent/SKILL.md
    ├── debug-issues/SKILL.md
    ├── deploy-stack/SKILL.md
    ├── gateway-routing/SKILL.md
    └── manage-providers/SKILL.md

Links

Bonito is a unified AI gateway for managing multi-provider infrastructure.
This plugin gives Claude the domain knowledge to help teams:

- Connect cloud AI providers (AWS Bedrock, Azure OpenAI, GCP Vertex, OpenAI, Anthropic, Groq)
- Deploy infrastructure from declarative YAML configs
- Create BonBon agents and Bonobot orchestrators
- Configure intelligent routing (failover, cost-optimized, A/B testing)
- Analyze and optimize AI spending across providers
- Debug gateway, provider, and agent issues

Includes 6 skills and an MCP server integration (bonito-mcp on PyPI/Docker Hub).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants