AgentX Docs

CLI Login

Authenticate your terminal instance using our secure browser-based OAuth flow.

Cloud Login

Run the following command to link your terminal to your Agentic-OS account:

bash
agent login
This command will open a browser tab. Once you log in, your CLI will automatically receive a secure session token.

Manual API Key

If you are on a headless server, you can set your API key manually:

bash
export AGENT_API_KEY=your_key_here

Was this helpful?