AI gateway for infrastructure control
Top 51.0% on sourcepulse
OpenControl provides a self-hosted, unified gateway for AI agents to interact with your infrastructure and code. It targets developers and teams looking to leverage LLMs for operational tasks, enabling secure, programmatic control over internal resources via a single API endpoint.
How It Works
OpenControl acts as a Hono web server, exposing a single HTTP endpoint. It integrates with any tool-calling compatible LLM (Anthropic, OpenAI, Google) by translating natural language requests into function calls. Developers define "tools" using a schema-based approach, mapping code functions to descriptions and arguments that the LLM can understand and invoke. This allows for a flexible and extensible way to expose internal capabilities to AI agents.
Quick Start & Requirements
npm install opencontrol hono @ai-sdk/anthropic
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
Currently, OpenControl uses basic authentication, with OAuth support planned. The provided AWS IAM policies suggest potential security considerations depending on the chosen access level during development and production.
2 months ago
1 week