- Notifications
You must be signed in to change notification settings - Fork1k
feat(docs): add bridge documentation for early access#20188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
@matifali could you help with links to the appropriate repo/issues in the troubleshooting section at the end when reviewing? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
A few suggestions, but LGTM. Also added link to the repo and Discord.
docs/ai-coder/ai-bridge.md Outdated
>[!NOTE] | ||
>AI Bridge is currently an_experimental_ feature. | ||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Why not upload this in the repo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I'd prefer to polish the diagram before adding it to the README.
docs/ai-coder/ai-bridge.md Outdated
AI Bridge is a smart proxy for AI. It acts as a man-in-the-middle between your users' coding agents / IDEs | ||
and AI providers like OpenAI and Anthropic. By intercepting all the AI traffic between these clients and | ||
the upstream APIs, AI Bridge can record user prompts, token usage, and tool invocations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
AI Bridge is a smart proxy for AI. It acts as a man-in-the-middle between your users' coding agents / IDEs | |
and AI providers like OpenAI and Anthropic. By intercepting all the AI traffic between these clients and | |
the upstream APIs, AI Bridge can record user prompts, token usage, and tool invocations. | |
AI Bridge is a**policy-aware LLM proxy and MCP gateway** that brokers requests between developers’ coding agents or IDEs and upstream AI providers such as OpenAI and Anthropic. | |
It transparently intercepts and routes AI API traffic, recording prompts, responses, token usage, and MCP tool invocations for audit and analysis. |
I addedpolicy-aware
(It's coming next, right?) and MCP Gateway.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
 | ||
We provide an example Grafana dashboard that you can import as a starting point for your tooling adoption metrics. See[here](../examples/monitoring/dashboards/grafana/aibridge/README.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
🚫[linkspector]reported byreviewdog 🐶
Cannot reach ../examples/monitoring/dashboards/grafana/aibridge/README.md Status: 404 Cannot find: ../examples/monitoring/dashboards/grafana/aibridge/README.md
d0f434b
intomainUh oh!
There was an error while loading.Please reload this page.
Bridge documentation for Early access.
Signed-off-by: Danny Koppingdanny@coder.com