Developer settings

API keys, OAuth apps, MCP grants, Agents CLI, and approved apps.

Open https://socioi.com/settings/developers.

Access tab

ControlPurpose
API keyAutomate your workspace (si_live_…) — Public API, MCP / Cursor, and AI Agents CLI
Reveal / CopyOnly after generate or rotate
Rotate keyInvalidates the previous key immediately
Approved appsThird-party OAuth apps you authorized — Revoke cuts off their pos_ tokens

Apps tab

Register an OAuth application when other Socioi users will connect your product (REST Public API).

You provide:

  • App name (shown on consent)
  • Description (optional)
  • Picture URL (optional)
  • Redirect URL (required)

You receive:

  • Client ID — pca_…
  • Client Secret — pcs_… (shown once; rotate anytime)

MCP tab

ControlPurpose
MCP URLhttps://socioi.com/mcp/mcp — paste into Claude, ChatGPT, or Cursor
Cursor snippetExample mcp.json with API key header
Connected MCP clientsOAuth grants from Claude / ChatGPT — Revoke cuts off mcp_at_ / mcp_rt_

See the full MCP guide.

AI Agents CLI

Same API key, shell commands:

export SOCIOI_API_KEY=si_live_YOUR_KEY
socioi channels list

Full install and reference: AI Agents CLI.

Credential comparison

API keyOAuth app (pos_)MCP OAuth (mcp_at_)
Acts asYouWhoever authorizes your appYou via Claude / ChatGPT
Best forScripts, n8n, Cursor MCP, Agents CLISaaS productsAI connectors
SurfacePublic API + MCP + CLIPublic APIMCP only
RevokingRotate the keyApproved appsMCP tab → Revoke

See Authentication, OAuth apps, MCP authentication, and AI Agents CLI.