CoopAI

Getting started

Install CoopAI and run your first chat in five minutes.

Last updated: 2026-07-10

This guide gets you from signup to your first useful chat in CoopAI.

What you'll need

  • VS Code 1.85 or later
  • A CoopAI account (free signup or invited by your org admin)
  • A local workspace folder open in VS Code

Step 1 — Create an account

Browsercoop-ai.dev/signup/free

Enter your work email and create a password, or continue with Google. Coop sends a verification link on password signup; you can sign in before verifying (soft verify).

For Pro or Enterprise, start at Pricing and follow checkout to the Welcome page. Sign in with the same email you used at checkout.

Forgot your password?coop-ai.dev/forgot-password

Step 2 — Install the extension

See Install the VS Code extension for marketplace and manual install options.

Step 3 — Sign in

  1. Extension UI — Open Coop sidebar → gear icon (or CoopAI: Open Settings).
  2. Account — Choose a sign-in path:
Account sign-in in VS Code — Continue with Google, email, and SSO
PathSteps
Continue with GoogleClick the Google button at the top
Continue with emailEnter email → Continue with email → password → Sign in
Sign in with SSOEnterprise: enter Organization nameSign in with SSO → finish in your browser
  1. Success: Account shows your org and plan. Open chat and ask a question.

Enterprise SSO: Organization name is required before Sign in with SSO. Coop opens your system browser for IdP login; VS Code completes the session when you return. Name matching is case-insensitive.

Automation API keys are for CI/scripts only — create them in the admin portal if needed, not in the extension.

Step 4 — Ask your first question

Coop sidebar in VS Code (light theme) — quick actions and chat composer
Light theme
Coop sidebar in VS Code (dark theme)
Dark theme

Open the Coop icon in the activity bar. Click a quick action or type in the composer.

  1. Open a file in your workspace.
  2. Extension UI — Type in the chat composer or click Understand Repo.
  3. Try: Explain this codebase. What are the main entry points?

Coop streams an answer grounded in your workspace files and any connected integrations. Plain chat uses GPT-4o mini — see Model assignments.

Step 5 — Try a quick action

With a file open, highlight a few lines of code, then right-click the selection. Choose CoopAI: Trace Decision for Selection (or Find Owner, Blast Radius, Understand Repo, Knowledge Gaps).

VS Code editor context menu — CoopAI quick actions for the current selection

You can also type /trace in the chat composer for the same action.

Quick actions route to Claude Sonnet 4.6 for structured, repo-grounded answers.

Inline autocomplete

CoopAI shows ghost-text code completions by default as you type.

The sidebar header shows Autocomplete On for most installs. To turn it off: click Autocomplete in the header, or open CoopAI SettingsPreferencesModel & chat and uncheck Enable inline autocompleteSave model settings.

Autocomplete toggle in the Coop sidebar header
Model & chat — Enable inline autocomplete
Inline autocomplete — ghost-text suggestion in the editor

Type in a code file — ghost text appears after a short pause; Tab to accept.

See Inline autocomplete for FIM, graph context (indexed repos), Copilot coexistence, and how to turn off intentionally.

Verify production (smoke check)

After sign-in, confirm the hot path:

CheckSuccess looks like
API healthBrowserapi.coop-ai.dev/health returns OK
Model & chatSettings → Preferences → Model & chat — four assigned models (Chat, Quick actions, /edit, Autocomplete), no provider picker
AutocompleteSidebar Autocomplete On → type in .ts → ghost text → Tab accepts
Edit mode/edit add a comment above this functionApply / Undo on the patch notification
Quick actionUnderstand Repo or /trace on a selection → structured answer with sources
Plain chatComposer question → grounded reply (GPT-4o mini)

More fixes: Troubleshooting.

Plans at a glance

PlanBest for
Developer (free)Individual use — full integrations, 3-repo Deep-Index cap, solo seat
ProTeams — unlimited indexing, team seats ($20/seat/month), usage analytics
EnterpriseSelf-hosted, BYOK, zero-retention, SAML SSO, compliance

Enterprise org admins: configure SAML in the admin portal before rolling SSO to your team — see Single Sign On (SSO).

See Plans & billing for details.

Next