Skills Connector manages third-party service integrations used by Xentree Live workflows, such as Google Calendar.Connected skills allow the AI to read context from external services during a live session, enabling smarter and more personalised interactions.Core capabilities#
list all available connector integrations
initiate OAuth connection flows (for example Google Calendar)
manage connected service permissions per user
Authentication and scopes#
Skills Connector endpoints require bearer or API key auth.Recommended API key scopes:integrations:read for listing available and connected integrations
integrations:write for initiating and managing OAuth connections
REST endpoints#
List available connectors#
Return all integrations available for connection.Connect Google Calendar#
Initiate the Google Calendar OAuth flow for the authenticated user.GET /api/integrations/google-calendar/connect
After successful OAuth, Google redirects back to Xentree with an authorization code. The backend exchanges the code for tokens and stores the connection.
Modified at 2026-04-25 10:43:05