Kit
Overview
SLUG: KIT
Description
Kit is a platform that allows creators to automate tasks and developers to build apps for the Kit App Store.
Authentication Details
OAuth2
API Key
Connecting to Kit
Create an auth config
Use the dashboard to create an auth config for the Kit toolkit. This allows you to connect multiple Kit accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Kit toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
KIT_ADD_SUBSCRIBER_TO_FORM
Tool Name: Add Subscriber to Form
Description
Action Parameters
Action Response
KIT_CREATE_CUSTOM_FIELD
Tool Name: Create Custom Field
Description
Action Parameters
Action Response
KIT_CREATE_TAG
Tool Name: Create Tag
Description
Action Parameters
Action Response
KIT_CREATE_WEBHOOK
Tool Name: Create Webhook
Description
Action Parameters
Action Response
KIT_DELETE_BROADCAST
Tool Name: Delete Broadcast
Description
Action Parameters
Action Response
KIT_DELETE_CUSTOM_FIELD
Tool Name: Delete Custom Field
Description
Action Parameters
Action Response
KIT_DELETE_SUBSCRIBER
Tool Name: Delete Subscriber
Description
Action Parameters
Action Response
KIT_DELETE_TAG
Tool Name: Delete Tag
Description
Action Parameters
Action Response
KIT_DELETE_WEBHOOK
Tool Name: Delete Webhook
Description
Action Parameters
Action Response
KIT_GET_ACCOUNT
Tool Name: Get Account
Description
Action Parameters
Action Response
KIT_GET_ACCOUNT_COLORS
Tool Name: Get Account Colors
Description
Action Parameters
Action Response
KIT_GET_BROADCAST
Tool Name: Get Broadcast
Description
Action Parameters
Action Response
KIT_GET_BROADCAST_STATS
Tool Name: Get Broadcast Stats
Description
Action Parameters
Action Response
KIT_GET_CREATOR_PROFILE
Tool Name: Get Creator Profile
Description
Action Parameters
Action Response
KIT_GET_EMAIL_STATS
Tool Name: Get Email Stats
Description
Action Parameters
Action Response
KIT_LIST_BROADCASTS
Tool Name: List Broadcasts
Description
Action Parameters
Action Response
KIT_LIST_CUSTOM_FIELDS
Tool Name: List Custom Fields
Description
Action Parameters
Action Response
KIT_LIST_FORMS
Tool Name: List Forms
Description
Action Parameters
Action Response
KIT_LIST_SEGMENTS
Tool Name: List Segments
Description
Action Parameters
Action Response
KIT_LIST_SEQUENCES
Tool Name: List Sequences
Description
Action Parameters
Action Response
KIT_LIST_SUBSCRIBERS
Tool Name: List Subscribers
Description
Action Parameters
Action Response
KIT_LIST_SUBSCRIBERS_FOR_FORM
Tool Name: List Subscribers For Form
Description
Action Parameters
Action Response
KIT_LIST_TAGS
Tool Name: List Tags
Description
Action Parameters
Action Response
KIT_LIST_TAG_SUBSCRIBERS
Tool Name: List Tag Subscribers
Description
Action Parameters
Action Response
KIT_TAG_SUBSCRIBER
Tool Name: Tag Subscriber
Description
Action Parameters
Action Response
KIT_TAG_SUBSCRIBER_BY_EMAIL
Tool Name: Tag Subscriber by Email
Description
Action Parameters
Action Response
KIT_UPDATE_ACCOUNT_COLORS
Tool Name: Update Account Colors
Description
Action Parameters
Action Response
KIT_UPDATE_CUSTOM_FIELD
Tool Name: Update Custom Field
Description
Action Parameters
Action Response
KIT_UPDATE_TAG
Tool Name: Update Tag
Description
Action Parameters
Action Response