Getting Started with Social Flow API
The Social Flow Developer API opens up programmatic control of agents, schedules, forecasts, and analytics. Whether you want to create a dashboard, automate workflows, or build your own tools on top of Social Flow — this is your gateway.
Overview
The API is organized into core endpoints:
Agent Control: Create, modify, and train agents
Scheduling & Forecasting: Get QPF-based time recommendations
Publishing: Push content to linked platforms
Analytics: Retrieve performance snapshots and post metrics
Authentication
To use the API, you'll need a personal access token:
Go to the Developer tab in the Social Flow dashboard
Click Generate API Key
Use the token in headers like so:
Tokens can be revoked or scoped to read/write access per agent.
Example: Fetch Your Agent Status
Response:
Rate Limits & Access Tiers
Default tier: 50 requests/minute
Higher tiers available via token staking or premium subscription
Abuse triggers automatic key throttling
SDKs
Official SDKs are available for:
JavaScript (Node.js)
Python
Rust (coming soon)
Example usage (Python):
Explore Further
This is just the starting point. Developers can integrate QPF data into their own systems, trigger actions based on live engagement changes, and even pipe agent behavior into third-party tools like Discord, Notion, or Airtable.
Last updated