Skip to main content

Coda

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 Coda account to Nirvai to automate document workflows, manage tables, and sync data across your docs.

Supported Authentication Methods

  • API Access Token - Bearer token authentication

Prerequisites

Setup Instructions

API Access Token

Step 1: Generate Access Token

  1. Log in to your Coda account
  2. Go to Account Settings
  3. Navigate to the API section
  4. Click Generate API token
  5. Give your token a name
  6. Copy the generated token

Step 2: Configure in Nirvai

  1. In Nirvai, select Coda Access Token
  2. Paste your Access Token
  3. Save the credential

Available Operations

With Coda credentials, you can:

  • Read and write to tables
  • Access document structure
  • Manage rows and columns
  • Trigger automations
  • Sync data with other services

Token Permissions

API tokens have access to:

  • All docs you can access
  • All tables within those docs
  • All rows and columns

For restricted access, consider using doc-specific tokens.

Troubleshooting

Common Issues

  • 401 Unauthorized: Access token is invalid or revoked
  • 403 Forbidden: Token lacks permission for the requested doc
  • Rate Limits: Coda has rate limits; implement backoff strategies

Token Security

  • Keep your tokens secure
  • Don't share tokens in code repositories
  • Regenerate tokens if compromised

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.