Quickstart
90 seconds from signup to first agent-shipped PR.
1. Sign up
Visit app.vemlor.com/signup and continue with Google. New accounts land directly in onboarding.
2. Name your workspace
Pick a slug (lowercase, hyphenated). This becomes part of your webhook URLs and audit trail.
3. Connect your agent
Pick Claude Code or Codex CLI. Either way you keep your existing subscription with Anthropic or OpenAI; vemlor never resells tokens.
Claude Code → OAuth on console.anthropic.com → paste code
Codex CLI → OAuth on chatgpt.com → paste callback URL4. Connect a Git host
GitHub App or GitLab OAuth. The GitHub App installs into the orgs/repos
you choose; the GitLab OAuth requests api, read_repository,
write_repository. Both register webhooks automatically.
5. Pick a repo to watch
Choose one from the list of accessible repos. vemlor will listen for the signals you enable (failed pipelines, MR comments, etc.).
6. Send a sample task
Either kick a task from the inbox or, on a real MR, comment:
@vemlor fix the flake in spec/foo.rbThe agent will clone, work, push a fix branch, and open a follow-up MR.
That's it. The rest of the docs covers configuration, multi-tenant self-host, and the underlying signals engine.