> ## Documentation Index
> Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Salesflare

> Manage contacts, accounts, and opportunities in Salesflare CRM

## At a glance

* **Availability**: Experimental ([how to enable](/cloud/integrations)).
* **Auth**: API key.
* **Connection**: The key comes from `SALESFLARE_API_KEY`.
* **Docs**: [https://api.salesflare.com/docs](https://api.salesflare.com/docs)

## Credentials

Set these per environment. See [Connect an integration](/cloud/integrations).

| Variable             | Required | Description                                                                                                                                                        |
| -------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `SALESFLARE_API_KEY` | Yes      | Salesflare API key (sent as Authorization: Bearer), created under Settings → API Keys [Docs](https://howto.salesflare.com/en/articles/1017460-do-you-have-an-api). |

## Setup

1. **Create a Salesflare account**: Sign up at [https://salesflare.com/](https://salesflare.com/) - the free trial is sufficient to test the API.
2. **Create an API key**: In Salesflare, go to Settings → API Keys and create a new key.
3. **Set the environment variable**: Add SALESFLARE\_API\_KEY to your .env.
4. **Verify access**: Run the List Contacts tool.

* The API key is sent as Authorization: Bearer \<key>; Salesflare does not support OAuth
* List endpoints return a JSON array and paginate with limit/offset query parameters
* Full endpoint reference lives in the interactive docs at [https://api.salesflare.com/docs](https://api.salesflare.com/docs)

Provider API reference: [https://api.salesflare.com/docs](https://api.salesflare.com/docs)

## Tools

| Tool               | Access | Description                                       |
| ------------------ | ------ | ------------------------------------------------- |
| List Contacts      | Read   | List or search contacts in Salesflare             |
| Get Contact        | Read   | Get details of a Salesflare contact               |
| Create Contact     | Write  | Create a new contact in Salesflare                |
| Update Contact     | Write  | Update an existing Salesflare contact             |
| List Accounts      | Read   | List or search accounts (companies) in Salesflare |
| Create Account     | Write  | Create a new account (company) in Salesflare      |
| List Opportunities | Read   | List or search opportunities in Salesflare        |

## Example prompts

* List my open opportunities in Salesflare with their values and stages.
* Create a new contact in Salesflare with their name, email, and company.
