Agents
Claude Code and Codex CLI. Pick per workspace; bring your own subscription.
vemlor runs coding agents inside ephemeral runner pods (or local processes for dev). Two agents are supported today.
Claude Code
Anthropic's official CLI. OAuth flow:
- Click Open Claude Code OAuth in onboarding (or Settings → Agents).
- Approve on
console.anthropic.com. - Anthropic shows a code in the form
code#state. Paste it back.
Behind the scenes vemlor stores an encrypted refresh token bound to your workspace. Every agent run mints a fresh access token; tokens never touch user-managed env files.
Requirements
- An Anthropic account with Claude Code access.
- A subscription that covers the Claude model your runs use.
- No API key needed in normal mode — the OAuth flow handles it.
Codex CLI
OpenAI's agentic CLI. Same shape: OAuth via chatgpt.com, paste the
full callback URL back into vemlor.
Codex's redirect URI is fixed to http://localhost:1455/auth/callback,
so the round-trip works transparently when vemlor and your browser run
on the same machine. For hosted vemlor users, paste the URL Chrome
landed on.
Choosing per workspace
Each workspace stores its own agent credentials. Mix-and-match across workspaces — one team can run Claude, another Codex, with no shared state.
Roadmap
- Aider (open-source, BYO API key)
- Custom agents via Skills + Workflows