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

# Odoo

Odoo can be integrated into the iMBrace platform using an API key for a given user account.

## Account integration using API key <a href="#id-9t8fphn3dtyu" id="id-9t8fphn3dtyu"></a>

To begin, you will need:

* An Odoo account with access to the CRM app.

**STEP 1:** In the top-right corner, go to your account’s **\[Preferences]**.

![](/files/7TF4HCXvB8PHUFsGdJU6)

**STEP 2:** Go to **\[Account Security] > \[API keys]** and create a new API key.

![](/files/2HPKrExzRrIBXpXvA3ZV)

**STEP 3:** Name your new key and click **\[Generate Key]**.

![](/files/mfbzQ5eFJ3xdD3tZbrRP)

**STEP 4:** You will then be provided with the **API key** to copy and paste.

![](/files/eOAJXqH8mU1V8faPHVcV)

**STEP 5:** Identify your Odoo **site URL** (e.g. “imbrace-1.odoo.com”) and **database name**, which is the first part of the URL (e.g. “imbrace-1”).

**STEP 6:** In iMBrace, create a new credential of type **Odoo API** and enter the relevant information into the corresponding fields. Then click **\[Submit]**.

![](/files/ZeH0JHPVotNeKXZL7yZa)

**DONE:** The credential can then be used for Odoo nodes.


---

# 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://imbrace.gitbook.io/imbrace-documentation/integrations/odoo.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.
