{% extends "base.html" %}
{% block title %}API keys{% endblock %}
{% block content %}
Paste this Bearer token into LibreChat, Cherry Studio, AnythingLLM,
OpenWebUI, or any other client that speaks the OpenAI API. The
Connector's Ambassador (running on this machine) accepts it only
from 127.0.0.1 loopback, so a leak off-host is harmless until an
attacker also has access to this machine.
Generic pattern across every OpenAI-compatible client. Concrete
screenshots for LibreChat / Cherry Studio / AnythingLLM /
OpenWebUI live at the docs link below.
API keys for OpenAI-compatible clients
How to use it
{{ ambassador_url }}/v1
(or {{ ambassador_url }} if the client appends
/v1 automatically).
API key field. The client sends it as
Authorization: Bearer <token>.