tally-forms
Installation
SKILL.md
Tally Forms Skill
Create and manage Tally.so forms, submissions, workspaces, webhooks, and organizations via their REST API.
Setup
- Get an API key at tally.so/settings/api-keys (starts with
tly-) - 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