API Configuration
Create and manage API keys in the settings hub, connect AI tools through the MCP / Agent API, and use webhooks, BYOM and autonomy controls.
API Configuration
Developer settings live in the global settings hub. Open Settings → Developer & Integrations → API Keys (/settings/developer). Every settings screen shares the same layout, with Account, Workspace, Developer & Integrations and Advanced groups in the secondary sidebar.
API keys
The Developer screen shows total API requests and total keys, and lets you create and revoke keys. Each key has a name and a visible prefix; the full secret is shown once when it is created, so store it safely. Revoking a key takes effect immediately.
Usage analytics
Select any active key to see its usage over time, so you can spot which integration is consuming your quota.
MCP / Agent API
ScaleBlogger exposes a Model Context Protocol endpoint so AI tools and agents can drive the platform directly:
// MCP server URL
https://your-domain.com/api/mcp
// Authentication header
Authorization: Bearer sb_your_api_key
Available tools include generate-article (trigger content generation), publish-article (publish to your CMS), schedule-social (social scheduling) and analyze-website (website intelligence). Access to the MCP / Agent API requires a Business plan or above.
Webhooks
Webhook events include article.completed (article generation finished), article.published (published to CMS), social.posted (social post published) and analysis.completed (analysis results ready). Advanced webhook configuration is an Enterprise feature.
Other developer-facing settings
- Bring your own model (BYOM) — connect your own LLM provider keys at
/settings/ai-models(Enterprise). - Audit log (
/settings/audit-log) and approval workflows (/settings/approval-workflows) — Enterprise governance features. - Autonomy — per-channel modes (suggest, approve, autopilot) with daily caps control how much the platform is allowed to do automatically, including anything triggered through the API.