The Gumloop API supports two authentication methods. Both grant the same permissions and work on every endpoint — pick whichever matches how your app gets the credential.Documentation Index
Fetch the complete documentation index at: https://docs.gumloop.com/llms.txt
Use this file to discover all available pages before exploring further.
API key
For scripts and integrations you control end to end. Generate one from the credentials page, then pass it as a bearer token.Personal vs Team keys
Gumloop offers two flavors of API key, selectable when you generate one.| Personal key | Team key | |
|---|---|---|
| Acts as | The owning user only | Any team member (set user_id per request) |
| Default credentials | The user’s personal credentials | The credentials configured per node (Personal Default or Team Default) |
| Use when | Solo use, local development | Team automations, server-to-server, CI/CD |
project_id, each node’s Credentials to use setting decides whether the run uses the calling user’s personal credentials or the team’s credentials.
The API parameter is still named
project_id for backwards compatibility — it’s the same thing the UI now calls your team ID.