Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration.

Setup

  1. Create an API key: Sign in to Tally (free accounts work - the API is available to all users), go to Settings > API keys, and click ‘Create API key’. Copy the key immediately; it is shown only once.
  2. Set the environment variable: Add TALLY_API_KEY to your .env.
  3. Verify access: Run List Forms. The key is sent as Authorization: Bearer <key> against https://api.tally.so.
  • For real-time submission data, Tally recommends webhooks over polling the submissions endpoint.
  • List endpoints are paginated with page/limit and return hasMore plus total counts.
Provider API reference: https://developers.tally.so/api-reference/introduction

Tools

Example prompts

  • List my Tally forms, pick the most recently updated one, and summarize its latest submissions.
  • Give me an overview of my Tally forms with their status and number of submissions.
  • For a given Tally form, compare completed vs partial submissions and report the completion rate.