Start Here
Install with One Command
Point your coding agents at camelStream with a single command
camelStream is the model. Your coding agent stays the same and sends its requests to Stream instead of OpenAI or Anthropic. The installer does that setup for you.
curl -fsSL https://stream.camelai.com/install | bashYou need an active Stream subscription and one of these agents installed: Claude Code, Codex, OpenCode, Pi, Hermes, or OpenClaw.
The installer finds the agents on your machine and asks which one to set up. It then opens the Stream console in your browser. Sign in, approve the code it shows, and it creates an API key for that computer, writes the agent's configuration, and sends one test request. Nothing to copy. Run it again to add another agent. It backs up any file it changes.
Start your agent
Open a new terminal, then:
| Agent | Command |
|---|---|
| Claude Code | claude |
| Codex | codex --profile camel-stream |
| OpenCode | opencode |
| Pi | pi |
| Hermes | hermes chat |
| OpenClaw | openclaw gateway restart |
If an agent reports an auth error, open a new terminal first. The key is
loaded by your shell from ~/.camelstream/env.sh.
Scripted use
Set CAMEL_API_KEY to an existing key and name the agents to skip every
prompt, including the browser sign-in:
CAMEL_API_KEY="qaml_live_..." curl -fsSL https://stream.camelai.com/install | bash -s -- --agents codex,claudeRun it with --help for all options.
Removing it
curl -fsSL https://stream.camelai.com/install | bash -s -- --uninstallThis takes camelStream out of every agent it configured, restores what was there before, and deletes the saved key from your machine. Revoke the key in the Stream console if you no longer need it.
Manual setup
The per-agent guides show the same configuration if you would rather edit it yourself.