https://api.thygon.com
Connection providers
Providers are the templates defining integration parameters (e.g. Slack or GitHub).List connection providers
GET /vertex/http-connection-providers
Create connection provider
POST /vertex/http-connection-providers
Connections
Connections represent configured credentials of a provider for an organization.List connections
GET /vertex/connections
Create connection
POST /vertex/connections
Authorize a new connection by passing access keys, tokens, or OAuth configs.
Request body:
Get connection
GET /vertex/connections/{connection_id}
Update connection
PATCH /vertex/connections/{connection_id}
Delete connection
DELETE /vertex/connections/{connection_id}
Invoking remote actions
Invoke connection action
POST /vertex/{organization_id}
Workflows or agents call this endpoint to trigger specific SaaS endpoints or operations on behalf of the organization.
Request body: