Guides
Guides
Task-focused walkthroughs for building and integrating with Swirls.
Guides are end-to-end walkthroughs for common tasks. Each one starts from a goal and takes you through every step, with working code.
For the language itself, see the Language reference. For deployment and platform setup, see Platform.
Available guides
- Embed agent chat in your app: connect a signed-in user to a Swirls agent over the web channel, with conversations and history from the Swirls API, and OIDC federation keeping access tokens on your server.
OIDC Federation
Exchange a JWT from your own identity provider for a short-lived Swirls access token. No long-lived API keys required.
Embed agent chat in your app
Connect a signed-in user of your app to a Swirls agent over the web channel, with conversations and history backed by the Swirls API. OIDC federation keeps access tokens on your server.