skills/smithery.ai/tally-forms

tally-forms

Installation
SKILL.md

Tally Forms Skill

Create and manage Tally.so forms, submissions, workspaces, webhooks, and organizations via their REST API.

Setup

  1. Get an API key at tally.so/settings/api-keys (starts with tly-)
  2. Set the environment variable:
    export TALLY_API_KEY="tly-your-key-here"
    

API Basics

  • Base URL: https://api.tally.so
  • Auth header: Authorization: Bearer <TALLY_API_KEY>
  • Rate limit: 100 requests/minute
  • Content-Type: application/json
Installs
2
First Seen
Jun 10, 2026
tally-forms from smithery.ai