Home API & MCP Create and use a personal API key

Create and use a personal API key

Last updated on Aug 07, 2026

Personal API keys let your own scripts and integrations call the SocioQueue REST API. API access is available to workspaces on an active paid subscription. Treat a key like a password: never paste it into public code, browser-side apps, or shared chat messages.

Create a separate key for each integration or environment. This makes it easier to identify usage and revoke only the key that needs to be retired. SocioQueue shows a newly created key once, so copy it to a password manager or secure secret store immediately.

Step-by-step

  1. In SocioQueue, open Settings → API and MCP.

  2. Under Personal API keys, enter a recognizable key name.

  3. Create the key.

  4. Copy it immediately and store it in a secure secret manager.

  5. Send it only as Authorization: Bearer YOUR_API_KEY.

  6. Include X-Workspace-Id with the workspace you want the request to use.

  7. Test a read request before enabling write or publishing workflows.

If a key is exposed, revoke it from Settings → API and MCP and create a replacement.