Skip to main content

Connect Vendors

Goal

Connect your AI providers so Keypress can use your existing vendor logins across devices.

Prerequisites

  • You can run keypress from terminal
  • You are authenticated with Keypress (keypress auth login)

Steps

  1. Connect Claude:
keypress connect claude
  1. Connect Codex/OpenAI:
keypress connect codex
  1. Connect Gemini:
keypress connect gemini
  1. Verify all connections:
keypress connect status
  1. If you use a Google Workspace account with Gemini, set project ID:
keypress gemini project set <your-project-id>

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 appear as connected in keypress connect status.

Next Step

Run First Session Checklist.