Getting started
Connect a provider, verify the connection, and run your first canonical actions.
Use Init Integrations to connect a provider account, prove the connection works, then execute documented actions over REST, the SDK, or MCP.
Sequence
- Create a Connect session from your backend for a tenant, provider, and auth kind.
- Complete provider auth or credential submission in the Connect UI (OAuth consent, app install, or static credentials).
- Test the connection so the engine confirms the credential can call the provider.
- Select and execute canonical actions using action IDs from the integration catalog.
- Reconnect or revoke when credentials rotate or access should end.
Where to go next
- Follow the agent consumption golden path for SDK and CLI sequences from auth through reconciliation.
- Browse providers in the integration catalog (for example Slack or GitHub).
- Read the connection lifecycle guide for Connect, test, reconnect, and delete.
- Read execute actions for REST, SDK, and MCP execution and idempotency.
- Open a provider setup guide under
/integrations/<slug>/setupwhen you need provider-specific console steps.