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

# Integrations

## Overview

<figure><img src="/files/iRrBp3EEHNjm5sjqVjag" alt=""><figcaption></figcaption></figure>

Integrations allow Stakpak to securely connect to your providers. Once connected, Stakpak can access logs, metrics, traces, and events directly from the source, enabling faster investigations, richer context, and more accurate root cause analysis.

{% hint style="info" %}

#### Need a custom  integration?

We're always working on new platforms for your agent to run and communicate. Let us know what services you'd like to connect -> [Request Integration](https://github.com/stakpak/agent/issues/new?labels=enhancement,integration\&template=feature_request.md\&title=%5BIntegration%20Request%5D%20)
{% endhint %}

## Quick Start (< 5 min)

1. Go to [stakpak.dev](https://www.stakpak.dev) and sign in&#x20;
2. Press on the agent integrations icon on the top left corner

<figure><img src="/files/ZXyK7sDC08awQ6yFejEV" alt=""><figcaption></figcaption></figure>

3. Then choose the integration you want, for example, Langfuse

<figure><img src="/files/69foGMH4zAt8TNYWXQAi" alt=""><figcaption></figcaption></figure>

4. Then fill in the required information and press connect.&#x20;

<figure><img src="/files/t6LgF0UIEniLCIYsQuyl" alt=""><figcaption></figcaption></figure>

5. Then you choose the capabilities you want to give to stakpak.

{% hint style="info" %}
If you have any questions, you can ask us on [Discord](https://discord.gg/QTZjETP7GB), and we would be happy to help
{% endhint %}

## Security

Stakpak integrations use the [Agent Auth Protocol](https://agentauthprotocol.com/) (AAP) to connect external tools in a controlled way. After an integration is connected, you can choose which capabilities are available to agents and pause, validate, or disconnect the integration at any time.

Paused integrations keep the credentials stored, but agents cannot use their capabilities until the integration is resumed.

### Refrences

* [Agent Auth Protocol](https://agentauthprotocol.com/)


---

# 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:

```
GET https://stakpak.gitbook.io/docs/how-it-works/integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
