You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,12 @@
15
15
16
16
---
17
17
18
-
OpenControl is a gateway that lets an LLM access any function from your codebase or any resource from your infrastructure.
18
+
OpenControl lets you control your infrastructure with AI.
19
19
20
-
-**Self-hosted**: Runs in your infrastructure with access to internal resources and functions from your codebase; deploys to AWS Lambda, Cloudflare Workers, or containers.
21
-
-**Unified gateway**: Generates a single HTTP endpoint that you register with your LLM client and it exposes all the tools your team or project needs.
22
-
-**Universal**: Works with any LLM that supports a context protocol, like Anthropic's MCP or OpenAI's Tools.
23
-
-**Secure**: Supports authentication through any OAuth provider.
20
+
**Self-hosted**: Runs in your infrastructure with access to internal resources and functions from your codebase; deploys to AWS Lambda, Cloudflare Workers, or containers.
21
+
**Unified gateway**: Generates a single HTTP endpoint that you can chat with or register with your AI client and it exposes all your tools.
22
+
**Universal**: Works with any model that supports tool calling. Like the models from Anthropic, OpenAI, or Google.
23
+
**Secure**: Supports authentication through any OAuth provider.
0 commit comments