Documentation Index
Fetch the complete documentation index at: https://onecli.sh/docs/llms.txt
Use this file to discover all available pages before exploring further.
What is OneCLI Gateway
OneCLI connects AI agents to the services they need through a transparent gateway that handles authentication, credential injection, and access control. Agents make standard HTTP requests; the gateway injects the right credentials automatically.
App Connections
OAuth and API key integrations for external services like Gmail, GitHub, AWS, Jira, and more.
LLMs
Store LLM API keys and the gateway injects them into requests to model providers automatically.
External Vaults
Fetch credentials from your password manager on demand, without storing them on the server.
How it works
All integrations follow the same flow:- You connect a service in the OneCLI dashboard (OAuth redirect, API key, or credential import)
- OneCLI encrypts and stores the credentials (AES-256-GCM at rest, KMS envelope encryption in Cloud)
- When an agent sends a request to a matching hostname, the gateway injects the stored credentials
- Rules control which agents can access which services, with blocking, rate limiting, and manual approval