2024-06-05 12:19:46 +02:00
---
id: Airtable
sidebar_class_name: Airtable
---
< img src = {require('../../static/img/APIs/Airtable.png').default} width = '64px' / >
# Airtable
2024-06-05 14:34:54 +02:00
This section is dedicated to the library for working with Airtable API. On this page, all the steps necessary to start working are described
2024-06-05 12:19:46 +02:00
## Getting started
2024-06-05 14:34:54 +02:00
1. Sign in to Airtable and go to the ** [personal tokens creation page ](https://airtable.com/create/tokens )**, press **Create new token**
2024-06-05 12:19:46 +02:00
![BF ](../../static/img/Docs/Airtable/1.png )
2024-06-05 14:34:54 +02:00
2. Enter a name for the new token, select the necessary **scopes** (permissions), and choose the databases and workspaces to which the token will have access
2024-06-05 12:19:46 +02:00
![BF ](../../static/img/Docs/Airtable/2.png )
2024-06-05 14:34:54 +02:00
3. Copy the new **token**
2024-06-05 12:19:46 +02:00
![BF ](../../static/img/Docs/Airtable/3.png )