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

# Fintoc CLI

> Use the command line to manage your Fintoc resources during development.

You can use the Fintoc CLI to make API requests and listen to webhooks from the command line.

<Columns cols={2}>
  <Card title="Install" href="/docs/resources/cli/install-the-fintoc-cli" icon="download">
    Get the CLI running on macOS or Linux.
  </Card>

  <Card title="Authenticate" href="/docs/resources/cli/fintoc-cli-keys-and-permissions" icon="key">
    Manage API keys and switch between them.
  </Card>

  <Card title="Use the CLI" href="/docs/resources/cli/use-the-fintoc-cli" icon="terminal">
    Make API requests and listen to webhooks.
  </Card>
</Columns>

## Requirements

Before you install the CLI, make sure you have:

* Node.js 22 or later.
* A Fintoc account, which you can create in the [Fintoc Dashboard](https://dashboard.fintoc.com/login).
