mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
Revised the AI Bridge documentation to clarify provider configuration steps, including new sections for OpenAI, Anthropic, and Amazon Bedrock. Added details on pre-configuring templates and using AI Bridge with Coder Tasks. Introduced a new image illustrating the AI Bridge implementation details. Updated compatibility notes for various AI clients. Addresses coder/aibridge#4 Preview: https://coder.com/docs/@aibridge-client-instructions/ai-coder/ai-bridge --------- Co-authored-by: david-fraley <67079030+david-fraley@users.noreply.github.com> Co-authored-by: Danny Kopping <danny@coder.com> Co-authored-by: David Fraley <davidiii@fraley.us>
771 B
771 B
Monitoring
AI Bridge records the last user prompt, token usage, and every tool invocation for each intercepted request. Each capture is tied to a single "interception" that maps back to the authenticated Coder identity, making it easy to attribute spend and behaviour.
We provide an example Grafana dashboard that you can import as a starting point for your metrics. See the Grafana dashboard README.
These logs and metrics can be used to determine usage patterns, track costs, and evaluate tooling adoption.

