Documentation Index
Fetch the complete documentation index at: https://docs.mistle.dev/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Integrations let agents interact with external systems without placing long-lived credentials inside the sandboxes where agents perform tasks. For example, integrations can let an agent:- respond in Slack
- work in GitHub and open pull requests
- inspect logs and traces in Datadog or SigNoz
- read or update issues in Jira or Linear
- call model providers such as OpenAI
Recommended Starting Integrations
Most useful Mistle workflows need at least:- OpenAI, so agents can call model APIs.
- GitHub, so agents can inspect repositories, make changes, and open pull requests.
After Connecting Integrations
Creating an integration connection makes the provider available to Mistle, but sessions use the integrations configured on their sandbox profile. After connecting a provider:- Open the sandbox profile that should use it.
- Add or update the profile’s integration configuration.
- Publish the profile version.
- Start a session from that published profile.
Credentials
Integrations let teams manage credentials and access centrally. Secrets are encrypted with organization-scoped keys and protected by master encryption keys unique to each Mistle deployment. Sandboxes are credentialless by default. When an agent needs a connected service, requests go through Mistle-controlled services that resolve and apply the right credentials outside the sandbox.Provider Tools
When possible, Mistle installs official provider tools in sandboxes so agents can use provider-supported interfaces. When an official tool is unavailable or not well suited for agent workflows, Mistle uses maintained CLI tools built for those integrations. Those tools live in mistlehq/tools.Supported Integrations
Mistle currently ships setup guides for:Next Steps
- Read Account Linking when provider identities should map back to Mistle users.
- Read Automations when provider events should trigger agent work.
- For self-hosted deployments, read Self-Hosted Integrations Overview.