> For the complete documentation index, see [llms.txt](https://bluebricks.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bluebricks.co/docs/integrations.md).

# Integrations

- [Slack](https://bluebricks.co/docs/integrations/slack.md): Talk to the Bluebricks agent from Slack, get rich link previews, and approve runs without leaving your workspace
- [Github](https://bluebricks.co/docs/integrations/github.md): Connect GitHub repositories to Bluebricks for GitOps environments, plan check runs, and agent-powered infrastructure changes
- [Github Actions](https://bluebricks.co/docs/integrations/githubactions.md): Run Bricks CLI commands in GitHub Actions workflows to automate blueprint publishing, deployment, and CI/CD pipelines
- [GitLab](https://bluebricks.co/docs/integrations/gitlab.md): Run Bluebricks CLI commands inside GitLab CI/CD pipelines to automate infrastructure deployments and package management
- [Azure DevOps](https://bluebricks.co/docs/integrations/azure-devops.md): Integrate bricks CLI into Azure DevOps pipelines
- [Backstage](https://bluebricks.co/docs/integrations/backstage.md): Integrate Bluebricks with Backstage to let developers provision environments, browse blueprints, and manage infrastructure from the developer portal
- [Bluebricks MCP](https://bluebricks.co/docs/integrations/bricks-mcp.md): Use the Bluebricks MCP server to let AI agents provision, plan, and deploy cloud infrastructure through natural language
- [Claude Code Plugin](https://bluebricks.co/docs/integrations/claude-code-plugin.md): Use the Bluebricks plugin for Claude Code to deploy blueprints, create packages, and manage environments from your terminal
- [Bluebricks Docs for AI Agents](https://bluebricks.co/docs/integrations/docs-for-agents.md): Give AI agents access to Bluebricks documentation through llms.txt and context files


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://bluebricks.co/docs/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
