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
-
In SocioQueue, open Settings → API and MCP.
-
Under Personal API keys, enter a recognizable key name.
-
Create the key.
-
Copy it immediately and store it in a secure secret manager.
-
Send it only as Authorization: Bearer YOUR_API_KEY.
-
Include X-Workspace-Id with the workspace you want the request to use.
-
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.