Connect
Authentication
The server implements OAuth 2.1, so you never paste an API key into a client. Connecting opens a browser, you sign in and approve access, and the client stores the token it receives. The assistant then acts as you: it reaches the prompts your account can reach and nothing else. An anonymous request is refused.Tools
get_prompt returns the content on its own, so the assistant reads the prompt as text rather than a JSON envelope.
Creating and archiving prompts are deliberately absent. An assistant can write a new version and promote one, but the set of prompts stays under your control.