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

# Qonto

> Connect Qonto to your Atako agents — 7 read and 0 write actions.

Let your agents read organisations, bank accounts, transactions, labels, memberships, attachments and statements from Qonto.

## Connection

* **Authentication**: API key (login:secret\_key).

<Note>
  Open the Qonto web app → choose your organization → Integrations and Partnerships → API key. Copy the secret key. The credential format is login:secret\_key (e.g. acme-corp-1234:62885d39f3a…). The key only needs read access to organization, transactions, labels, memberships, attachments and statements.

  See [Qonto's documentation](https://app.qonto.com).
</Note>

## Read actions (7)

| Action                         | Description                                                                                                                                       |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| `get_organization`             | Retrieve the authenticated organization and list its bank accounts.                                                                               |
| `get_transaction`              | Retrieve a single transaction by its UUID.                                                                                                        |
| `list_labels`                  | List all labels for the authenticated organization.                                                                                               |
| `list_memberships`             | List all memberships (team members) for the authenticated organization.                                                                           |
| `list_statements`              | List monthly statements. Filter by bank\_account\_ids or ibans (mutually exclusive) and period range.                                             |
| `list_transaction_attachments` | List attachment metadata for a transaction (no binary download).                                                                                  |
| `list_transactions`            | List transactions for a bank account. Pass bank\_account\_id or iban (bank\_account\_id takes precedence). Filter by status, date range and side. |

## Write actions (0)

This connector is read-only — it exposes no write actions.

## Permissions

Every action above must be explicitly granted to an agent before it can be used. See [Permissions](/integrations/permissions) for the grant model and [Security](/integrations/security) for how credentials are protected.
