Connect Vendors
Goal
Connect your AI providers so Keypress can use your existing vendor logins across devices.
Prerequisites
- You can run
keypressfrom terminal - You are authenticated with Keypress (
keypress auth login)
Steps
- Connect Claude:
keypress connect claude
- Connect Codex/OpenAI:
keypress connect codex
- Connect Gemini:
keypress connect gemini
- Verify all connections:
keypress connect status
- 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 loginfirst. - Gemini Workspace auth issues: set
GOOGLE_CLOUD_PROJECTor usekeypress gemini project set .... - Expired provider sessions: rerun the matching
keypress connect <vendor>command.
Screenshot Placeholder
- What to capture: Successful
keypress connect statusoutput 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.