> For the complete documentation index, see [llms.txt](https://ask.birdie.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ask.birdie.ai/integrations-and-data-ingestion/how-to-integrate-with/solucx.md).

# SoluCX

### Overview

### Requirements

To enable the integration, Birdie needs the following from your SoluCX environment:

* **Public API base URL** (Public API endpoint)
* **Instance token** (`x-solucx-api-key`)
* **User token** (`x-solucx-user-token`)

SoluCX’s Public API authentication requires these tokens to be sent in the request headers.

### Setup in SoluCX

#### 1) Identify the Public API base URL

SoluCX documents the Public API endpoints as:

* Public API endpoint: `https://api.solucx.com.br/public`
* Public API endpoint (V2 route): `https://public-api.gke-prd.solucx.com.br`

Use the endpoint that applies to your SoluCX environment.

#### 2) Obtain the required tokens

SoluCX’s official documentation defines the required authentication headers:

* `x-solucx-api-key`: Instance token
* `x-solucx-user-token`: User token

The public documentation does not include step-by-step UI instructions for generating these tokens. To obtain them, request the following from your **SoluCX administrator** or **SoluCX support/CS team**:

1. Your **instance token** (`x-solucx-api-key`)
2. A **user token** (`x-solucx-user-token`) for the user that will be used by the integration
3. Confirmation of which **Public API base URL** to use (standard vs V2 route)

Reference docs:

* [https://docs.solucx.com.br/en/integrations/solucx-api](https://docs.solucx.com.br/en/integrations/solucx-api?utm_source=chatgpt.com)
* [https://docs.solucx.com.br/integrations/solucx-api](https://docs.solucx.com.br/integrations/solucx-api?utm_source=chatgpt.com)

### Connect to Birdie

Share the following with the Birdie team:

* Public API base URL
* `x-solucx-api-key` (instance token)
* `x-solucx-user-token` (user token)

Once received, Birdie will configure and validate the integration.

### References

* SoluCX API (English): [https://docs.solucx.com.br/en/integrations/solucx-api](https://docs.solucx.com.br/en/integrations/solucx-api?utm_source=chatgpt.com)
* SoluCX API (Portuguese): [https://docs.solucx.com.br/integrations/solucx-api](https://docs.solucx.com.br/integrations/solucx-api?utm_source=chatgpt.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://ask.birdie.ai/integrations-and-data-ingestion/how-to-integrate-with/solucx.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.
