| Property | Type | Description | Required |
|---|---|---|---|
| tokens | object | OAuth tokens for authenticated requests | - |
| tokens.access_token | string | - | ✓ |
| tokens.refresh_token | object | - | - |
| tokens.expires_in | object | - | - |
| tokens.token_type | object | - | - |
| tokens.scope | object | - | - |
| tokens.tokenObtainedAt | object | - | - |
| clientSecret | object | OAuth client secret for authentication | - |
| clientId | object | OAuth client ID for authentication | - |
| permission | object | Permission to access the Airtable API and selected bases and tables | ✓ |
| permission.allCurrentAndFutureTableBases | object | Whether AI can access all bases | - |
| permission.bases | array of object | Array of selected base IDs that AI can access | - |
| permission.tables | array of object | Array of selected table IDs that AI can access | - |
Use the properties above to configure your JSON in the editor below.