Where to find API keys
Open the Genseo app and go to:- API key: the secret token used for authentication
- Project ID: the only project this key can access
- API base URL:
https://api.genseo.co/v1
Create a key
- Enter a clear key name, for example
Claude agent,Production CLI, orZapier automation. - Click Create API key.
- Copy the full secret immediately.
Key format
New keys use thegs_live_ prefix:
Naming rules
API key names are required. Empty names are rejected. Names must be unique inside the same project. If a key namedCLI already exists, create a different name such as CLI production or revoke the old key first.
Delete or revoke a key
Deleting a key revokes it immediately. Any CLI, MCP server, agent, or integration using that key will stop working. Recommended replacement flow:- Create a new key.
- Update the client, environment variable, or secret manager.
- Test the new key with
GET /meorgenseo me. - Delete the old key.
Safe storage
Do:- Store keys in a secret manager,
.envfile outside version control, or your MCP client’s encrypted environment storage. - Use separate keys for production, local development, and each agent when possible.
- Revoke keys you no longer use.
- Commit keys to Git.
- Put keys in frontend code.
- Put keys in URLs.
- Share keys in screenshots or support chats.
- Log full keys in your own application.

