Grist
Prefer guided AI setup?
Instead of following these steps manually, you can use the AI Credential Assistant — describe what you want to connect and the AI will walk you through the setup step by step, tailored to your account.
Overview
Connect your Grist account to Nirvai to automate spreadsheet database workflows and manage your data tables.
Supported Authentication Methods
- API Key - Bearer token authentication
Prerequisites
- A Grist account (free, paid, or self-hosted)
Setup Instructions
API Key Authentication
Step 1: Create API Key
- Log in to your Grist account
- Go to Profile Settings
- Navigate to the API section
- Click Create new API key
- Copy the generated key
Step 2: Select Your Plan Type
- Free: Uses docs.getgrist.com
- Paid: Requires your custom subdomain
- Self-Hosted: Requires your instance URL
Step 3: Configure in Nirvai
- In Nirvai, select Grist API Key
- Select your Plan Type
- If Paid: Enter your Custom Subdomain
- If Self-Hosted: Enter your Instance URL
- Paste your API Key
- Save the credential
Plan Types
| Plan | Base URL | Configuration |
|---|---|---|
| Free | docs.getgrist.com | No additional config |
| Paid | <subdomain>.getgrist.com | Enter subdomain |
| Self-Hosted | Your URL | Enter full URL |
Available Operations
With Grist credentials, you can:
- Read and write table data
- Manage documents
- Access table structure
- Execute formulas
- Sync data with other services
Troubleshooting
Common Issues
- 401 Unauthorized: API key is invalid
- Wrong Plan Type: Ensure you selected the correct plan
- Invalid Subdomain: Check your team subdomain
- Self-Hosted URL: Include http/https, exclude /api
URL Format
For self-hosted instances:
- Correct:
https://grist.example.com - Incorrect:
https://grist.example.com/api
Related Resources
Adapted from n8n documentation for Nirvai platform
Next Steps
Got your credential? Connect it to an agent
Use the AI Tool Creator to turn this credential into agent-callable tools. Describe what your agent should be able to do and the AI investigates the API, configures the endpoints, and gives you a reviewable toolkit before saving anything.