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

# Firstbase

Firstbase is a remote equipment management platform that helps organizations provision and track hardware for distributed teams. By connecting Firstbase to Harmony, you can bring your remote equipment data directly into your hardware catalog, giving you a unified view of assets alongside data from other sources like Jamf and Intune.

This integration is available in the Asset Management category of your Harmony Integrations settings.

### What you can do

* Sync device and asset records from Firstbase into your Harmony hardware catalog
* Manage multiple Firstbase connections if your organization uses more than one account
* View Firstbase assets alongside hardware from other integrated sources in a single inventory

### Prerequisites

Before setting up the integration, make sure you have:

* Access to the Harmony Integrations settings page
* A valid Firstbase API key (available from your Firstbase account settings)

### Connect Firstbase to Harmony

1. In Harmony, go to **Settings** and open the **Integrations** page.
2. Locate the **Asset Management** category and find **Firstbase** in the list of available integrations.
3. Click the Firstbase integration to open the connection form.
4. Enter your **Firstbase API key** in the provided field. No additional configuration or base URL is required.
5. Save the connection.

Once connected, Harmony will begin syncing your Firstbase device and asset records into the hardware catalog.

### Multiple instances

If your organization manages more than one Firstbase account, you can register multiple Firstbase connections. Repeat the steps above for each additional account and provide the corresponding API key for each one.

### Viewing synced assets

After the integration is active, assets synced from Firstbase are visible in your hardware catalog alongside records from other integrated providers. You can manage, search, and report on these assets the same way you would with any other hardware source in Harmony.

### Disconnecting Firstbase

To remove a Firstbase connection, navigate to the **Asset Management** section of your Integrations settings, locate the Firstbase instance you want to remove, and select the option to disconnect or delete the connection.


---

# 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.harmony.io/integrations/it-assets-management/firstbase.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.
