How It Works
The Cue Agent runs in-process on your machine:- Same account — Uses your Cue login from the iOS app
- Real-time sync — Send prompts from your phone, agent runs on your computer
- Local execution — Tools run on your machine (file access, terminal commands)
- Session persistence — Conversations saved to
~/.cue/projects/
Using the Agent
From Terminal
Start the CLI and chat directly:From Your Phone
Once authenticated, your iOS app can send prompts to your computer:- Open Cue on your phone
- Select a coding conversation
- Send a message — it runs on your computer
- Get results back on your phone
AI Providers
The Cue Agent supports multiple AI providers:| Provider | How to Use |
|---|---|
| Cue (default) | Uses your Cue account, no extra setup |
| Anthropic | Set ANTHROPIC_API_KEY or use /auth new |
| OpenAI | Set OPENAI_API_KEY or use /auth new |
| Gemini | Set GEMINI_API_KEY or use /auth new |
Using Cue Backend (Default)
When logged in with your Cue account, requests go through Cue’s backend:Using Direct API Keys
For direct API access without going through Cue:Session Management
Sessions are stored locally and can be resumed:~/.cue/projects/{project-name}/{session-id}.jsonl.
Tools
The Cue Agent can execute tools on your machine:- File operations — Read, write, edit files
- Terminal commands — Run bash commands
- Code execution — Run scripts in your environment
Next Steps
Utilities
Browse the command categories available through Cue CLI