-
Couldn't load subscription status.
- Fork 1
docs: update README with AI Bridge overview #22
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Added detailed description of AI Bridge functionality and benefits. Copied from https://coder.com/docs/ai-coder/ai-bridge
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.
Needs a license section
|
|
||
| It solves 3 key problems: | ||
|
|
||
| 1. Centralized authn/z management: no more issuing & managing API tokens for OpenAI/Anthropic usage. Users use their Coder session or API tokens to authenticate with coderd (Coder control plane), and coderd securely communicates with the upstream APIs on their behalf. Use a single key for all users. |
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.
This is a benefit of the integration with Coder, not the library itself.
| 1. Centralized authn/z management: no more issuing & managing API tokens for OpenAI/Anthropic usage. Users use their Coder session or API tokens to authenticate with coderd (Coder control plane), and coderd securely communicates with the upstream APIs on their behalf. Use a single key for all users. |
| 2. Auditing and attribution: all interactions with AI services, whether autonomous or human-initiated, will be audited and attributed back to a user. | ||
| 3. Centralized MCP administration: define a set of approved MCP servers and tools which your users may use, and prevent users from using their own. | ||
|
|
||
| For furrther details on how to use, please see: https://coder.com/docs/ai-coder/ai-bridge |
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.
Instead we should include an example use of the library.
I have a branch half-finished for that, I'll get back to it when I can.
| For furrther details on how to use, please see: https://coder.com/docs/ai-coder/ai-bridge |
Co-authored-by: Danny Kopping <[email protected]>
Added detailed description of AI Bridge functionality and benefits.
Copied from https://coder.com/docs/ai-coder/ai-bridge