# Integration Scenarios

### Integration Configuration Scenarios

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

### Authentication Support Matrix

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

### Frequently Asked Questions

#### Does the PixieBrix API Gateway support a fixed outgoing IP address?

The API Gateway supports a load-balanced pair of fixed outgoing IP addresses. If one IP fails, traffic will automatically route through the second IP with health checks and automated failover:

* [3.222.129.4:9294](https://3.222.129.4:9294/)
* [54.205.35.75:9294](https://54.205.35.75:9294/)

{% hint style="info" %}
Contact PixieBrix support (<support@pixiebrix.com>) to enable the static IP feature for your integration
{% endhint %}

#### Does the PixieBrix API Gateway store any request information?

The API Gateway stores request metadata for billing and [Application Security Management](https://docs.datadoghq.com/security/application_security/) purposes. The API Gateway does not store or log any request information.

#### Does the PixieBrix API Gateway have a request timeout?

The API Gateway has a request timeout of 25 seconds.

#### What redirect URL does PixieBrix use for OAuth2 authentication?

PixieBrix uses Chrome's [identity APIs for OAuth2 authentication](https://developer.chrome.com/docs/extensions/reference/api/identity). The redirect URL has the form: `https://<app-id>.chromiumapp.org/*`.&#x20;

For the PixieBrix Browser Extension in the Chrome Web Store, the URL is:

* Main Channel: `https://mpjjildhmpddojocokjkgmlkkkfjnepo.chromiumapp.org/*`
* BETA Channel:  `https://mpapkmgkphbggmlekkfnoilmafnbfile.chromiumapp.org/*`

#### What is Pipedream Connect?

PixieBrix has partnered with Pipedream to provide access to 3,000+ integrations. Pipedream [is SOC 2, GDPR, and HIPAA-eligible](https://pipedream.com/docs/privacy-and-security).

You can use PixieBrix without Pipedream Connect for integrations. See [Advanced: Custom Integrations](/integrations/advanced-custom-integrations.md) for information on creating your own integration definitions.


---

# Agent Instructions: 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://docs.pixiebrix.com/integrations/integration-scenarios.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.
