typeform
Installation
SKILL.md
Typeform
Access the Typeform API with managed OAuth authentication. Create and manage forms, retrieve responses, and access insights.
Quick Start
# List forms
curl -s -X GET 'https://gateway.maton.ai/typeform/forms?page_size=10' \
-H 'Authorization: Bearer YOUR_API_KEY'
Base URL
https://gateway.maton.ai/typeform/{endpoint}
The gateway proxies requests to api.typeform.com and automatically injects your OAuth token.