Skip to main content

Connect Vendors

Goal

Connect and verify your AI CLIs so Keypress can run sessions with your existing provider setup.

Prerequisites

  • You can run keypress from terminal
  • You are authenticated with Keypress (keypress auth login)
  • At least one supported CLI is installed (claude, codex, gemini, opencode, copilot)

Steps

  1. Connect Claude:
keypress connect claude
  1. Connect Codex/OpenAI:
keypress connect codex
  1. Connect Gemini:
keypress connect gemini
  1. Check OpenCode setup:
keypress connect opencode
  1. Check Copilot setup:
keypress connect copilot
  1. Verify connection status:
keypress connect status
  1. If you use a Google Workspace account with Gemini, set project ID:
keypress gemini project set <your-project-id>

Supported CLI Pages

Common Pitfalls

  • "Not authenticated": run keypress auth login first.
  • Gemini Workspace auth issues: set GOOGLE_CLOUD_PROJECT or use keypress gemini project set ....
  • Expired provider sessions: rerun the matching keypress connect <vendor> command.
Screenshot Placeholder
  • What to capture: Successful keypress connect status output with connected vendors.
  • Why this screenshot matters: Shows users what "healthy" vendor setup looks like.
  • Suggested filename: connect-vendors-status.png

Expected Result

Your vendor connections and CLI checks are healthy for your chosen mode.

Next Step

Run First Session Checklist.