Developer settings
API keys, OAuth apps, MCP grants, Agents CLI, and approved apps.
Open https://socioi.com/settings/developers.
Access tab
| Control | Purpose |
|---|---|
| API key | Automate your workspace (si_live_…) — Public API, MCP / Cursor, and AI Agents CLI |
| Reveal / Copy | Only after generate or rotate |
| Rotate key | Invalidates the previous key immediately |
| Approved apps | Third-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
| Control | Purpose |
|---|---|
| MCP URL | https://socioi.com/mcp/mcp — paste into Claude, ChatGPT, or Cursor |
| Cursor snippet | Example mcp.json with API key header |
| Connected MCP clients | OAuth 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 key | OAuth app (pos_) | MCP OAuth (mcp_at_) | |
|---|---|---|---|
| Acts as | You | Whoever authorizes your app | You via Claude / ChatGPT |
| Best for | Scripts, n8n, Cursor MCP, Agents CLI | SaaS products | AI connectors |
| Surface | Public API + MCP + CLI | Public API | MCP only |
| Revoking | Rotate the key | Approved apps | MCP tab → Revoke |
See Authentication, OAuth apps, MCP authentication, and AI Agents CLI.