Skip to main content

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.
OneCLI Connections dashboard

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:
  1. You connect a service in the OneCLI dashboard (OAuth redirect, API key, or credential import)
  2. OneCLI encrypts and stores the credentials (AES-256-GCM at rest, KMS envelope encryption in Cloud)
  3. When an agent sends a request to a matching hostname, the gateway injects the stored credentials
  4. Rules control which agents can access which services, with blocking, rate limiting, and manual approval
Agents never see or handle raw credentials. The gateway is the only component that decrypts and injects them.