API overview
SynconAI 360 is primarily a workspace application, most users interact through the web UI (orgs, chat, audit, deploys). APIs power the app and selected integrations.
For end users
You do not need the API to use SynconAI. Connect Salesforce in the UI, sync from Org Health, chat with the assistant, and approve deploys from the workspace panel.
Read Getting Started →For developers & integrators
Authenticated REST routes cover org sync, audit, chat (SSE), deploy, PM, wiki, and Command Center data. All routes require a signed-in Clerk session unless noted.
- Org refresh:
POST /api/orgs/{orgId}/refresh - Chat:
POST /api/chat(streaming) - Audit run:
POST /api/orgs/{orgId}/audit/run - Command Center:
GET /api/command-center