> For the complete documentation index, see [llms.txt](https://adagio-io.gitbook.io/adagio-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adagio-io.gitbook.io/adagio-documentation/operations-and-support/allowed-integrations.md).

# Allowed integrations

### Existing integrations

We support two **platforms**: **Web** and **InApp** across "C2S" (Client to Server) and "S2S" (Server to Server) integrations.

**Supported Web integrations:**

* Web C2S - Prebid Client Adapter (`/prebid` endpoint)
* Web C2S - Adagio Prebid Server (`/pbs/openrtb2/auction` endpoint)
* [Web S2S - OpenRTB](/adagio-documentation/openrtb-s2s-endpoint/editor.md) (`/ortb` endpoint.)

**Supported InApp integrations:**

* [InApp C2S - Adagio Prebid Server](/adagio-documentation/prebid-server-endpoint/prebid-mobile-sdk.md)  (`/pbs/openrtb2/auction` endpoint)
* InApp S2S - Prebid Server Adapter (`/pbserver` endpoint)
* [InApp S2S - OpenRTB](/adagio-documentation/openrtb-s2s-endpoint/in-app.md) (`/ortb` endpoint)

### Rejected traffic

If we receive traffic from your website or app on our endpoints but the integration is not allowed for your account, the request will be denied. A "Forbidden integration" warning in the response will be added in the `X-Warn`header.

### Find out which integrations are allowed

You can see which integrations are enabled for your account.

{% stepper %}
{% step %}

### Log in to our Adagio Platform

Connect to <https://app.adagio.io>.
{% endstep %}

{% step %}

### Go to Settings

In your left menu, go to **Settings** and scroll to "**Allowed integrations**".
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you want to enable more integrations, please contact your CSM.
{% endhint %}


---

# 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://adagio-io.gitbook.io/adagio-documentation/operations-and-support/allowed-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.
