🌬️
AirQL Docs
  • ⭐Getting started
    • Adding a base
    • Configuring access
    • Calling the API
  • 💡User guide
    • GraphQL base API
    • Users, roles, & access control
    • Rate limits
Powered by GitBook
On this page

Getting started

Build apps and workflows on top of your Airtables.

NextAdding a base

Last updated 2 years ago

NOTE: AirQL is currently a beta product and should not be used for mission critical apps. While the service is generally reliable, it is still a work in progress and core features and APIs are still subject to change.

For product questions you can reach us at . We also love to hear feedback or suggestions you may have!

AirQL is a utility layer between Airtable's API and custom/internal web applications that you build.

It offers a GraphQL API for your Airtable data, with OAuth2-based authentication and granular, role-based permissions built in.

We use AirQL to build more sophisticated apps that use Airtable bases as their data stores. See the in the user guide for ideas around potential usage.

To get started building a real app, there are a few things you'll need to do:

We'll quickly walk through the steps for each area.

⭐
[email protected]
Adding a base
Configuring access
Calling the API
Examples section