Readonly Typeform API client for fetching form insights and responses.
@agentic/typeform
class TypeformClient
namespace typeform
TYPEFORM_API_KEY
npm install @agentic/typeform
import { TypeformClient } from '@agentic/typeform' const typeform = new TypeformClient() const responses = await typeform.getResponsesForForm({ formId: 'TODO' }) const insights = await typeform.getInsightsForForm({ formId: 'TODO' })