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

# Rebrand and Compatibility

Amigo is now Concurrence. Understand the documentation rebrand and which API hosts, SDK packages, identifiers, and historical references stay unchanged.

**Amigo is now Concurrence.** The documentation uses the Concurrence name and approved logo artwork. The canonical documentation site is [docs.concurrence.com](https://docs.concurrence.com).

## What Changed

The September 19, 2026 documentation release updates current product descriptions, navigation labels, diagrams, and generated LLM exports. Cross-space links use the new documentation domain. GitHub repository links use the `concurrence-hq` organization.

Published page paths and existing heading anchors remain stable. Some paths still contain `amigo`, including overview and historical API changelog paths. Use the new documentation domain with those same paths; a brand change alone is not a reason to rename an integration.

## What Stays the Same

This documentation release does not migrate API deployments, rename packages, or rotate credentials. Continue using the values documented for your deployment.

| Integration surface               | Retained name or behavior                                                                         |
| --------------------------------- | ------------------------------------------------------------------------------------------------- |
| API and service hosts             | The documented `amigo.ai` hosts, including regional endpoints and separately provisioned services |
| Platform TypeScript SDK           | `@amigo-ai/platform-sdk`, including `AmigoClient`                                                 |
| Classic TypeScript SDK            | `@amigo-ai/sdk`                                                                                   |
| Classic Python SDK                | `amigo-sdk`, imported as `amigo_sdk`                                                              |
| Scribe TypeScript SDK             | `@amigo-ai/scribe-typescript-sdk`                                                                 |
| Environment variables and headers | Existing identifiers such as `AMIGO_API_KEY` and `X-AMIGO-CHANNEL-MANAGER-WEBHOOK-SIGNATURE`      |
| Authentication and resources      | Existing credentials, scopes, and organization/workspace identifiers                              |
| API schema imports                | Existing OpenAPI registry identifiers, including `amigo-api`                                      |

Do not replace `amigo` with `concurrence` in executable examples unless the owning API or package publishes a migration. For deployment-specific hosts and credentials, follow [Regions and Endpoints](https://docs.concurrence.com/developer-guide/getting-started/regions-and-endpoints) and [Authentication](https://docs.concurrence.com/developer-guide/getting-started/authentication).

## Reading Older Material

Older release entries and product screenshots can still say Amigo. They describe the name and interface in use at the time, not a separate current product. Use the current guides and public API schemas for present behavior; use [Change Logs](https://docs.concurrence.com/api-reference/change-logs) and [Upgrade Guidance](https://docs.concurrence.com/api-reference/change-logs/upgrade-guide) when reviewing integration changes.


---

# 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://docs.concurrence.com/reference/concurrence-rebrand.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.
