v1
latestOpenAPI 3.1.02026-07-26261466.6 KBPlatform connect
Create a connect session
Starts a hosted "Connect with Agentcard" flow for a company you're onboarding. Redirect the company to the returned url; when they finish, we redirect them to your return_url with a one-time code (plus your state) that you exchange for the connected organization's API credentials.
Requires client-credentials auth (your client_id + client_secret) and the platform capability on your organization — contact us to enable it. The return_url must exactly match a redirect URI registered on the OAuth client you authenticate with.
post/api/v2/platform_connect_sessions
Request body
Response
The session, including the hosted url to send the company to.
Example response
{
"object": "platform_connect_session"
}