Skip to main content

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

There are two main roles when it comes to running Mistle:
  • Operator: the person deploying / running Mistle
  • User / Workspace admins: the people who use the deployed Mistle instance
This section is for the operator-owned integration setup after the deployment configuration exists. Use the connection guides when you need provider-specific setup such as GitHub App registration, Slack app configuration, Jira service-account credentials, or OAuth approval flows.

What Operators Own

Operators are responsible for:
  • choosing which integration targets are enabled
  • making sure the control-plane base URL is publicly reachable when integrations need callbacks or webhooks (if you’re using the Docker Compose stack, this is done via Cloudflare Tunnel).

Supported Integrations

Mistle currently ships these integrations:
IntegrationTarget key(s)
AWSaws-cli-default
Anthropicanthropic-default
Datadogdatadog-default
E2Be2b-default
GitHubgithub-cloud, github-enterprise-server
Jirajira-default
Linearlinear-default
OpenCode Goopencode-go
OpenAIopenai-default
PlanetScaleplanetscale-mcp
SigNozsignoz-mcp
Slackslack-default
github-enterprise-server ships disabled by default. Enable it only when your deployment should connect to a GitHub Enterprise Server instance.

Next Steps