Gist
Overview
SLUG: GIST
Description
GitHub Gist is a service provided by GitHub that allows users to share code snippets, notes, and other text-based content. It supports both public and private gists, enabling easy sharing and collaboration.
Authentication Details
API Key
Connecting to Gist
Create an auth config
Use the dashboard to create an auth config for the Gist toolkit. This allows you to connect multiple Gist accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Gist Auth Config”. 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 API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Gist toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
GIST_CHECK_GIST_STAR
Tool Name: Check Gist Star
Description
Action Parameters
Action Response
GIST_DELETE_GIST_COMMENT
Tool Name: Delete Gist Comment
Description
Action Parameters
Action Response
GIST_GET_GIST
Tool Name: Get Gist
Description
Action Parameters
Action Response
GIST_GET_GIST_COMMENT
Tool Name: Get Gist Comment
Description
Action Parameters
Action Response
GIST_GET_GIST_REVISION
Tool Name: Get Gist Revision
Description
Action Parameters
Action Response
GIST_LIST_GIST_COMMENTS
Tool Name: List Gist Comments
Description
Action Parameters
Action Response
GIST_LIST_GIST_COMMITS
Tool Name: List Gist Commits
Description
Action Parameters
Action Response
GIST_LIST_GIST_FORKS
Tool Name: List Gist Forks
Description
Action Parameters
Action Response
GIST_LIST_GISTS
Tool Name: List Gists
Description
Action Parameters
Action Response
GIST_LIST_STARRED_GISTS
Tool Name: List Starred Gists
Description
Action Parameters
Action Response
GIST_LIST_USER_GISTS
Tool Name: List User Gists
Description
Action Parameters
Action Response
GIST_UNSTAR_GIST
Tool Name: Unstar Gist
Description
Action Parameters
Action Response
GIST_UPDATE_GIST_COMMENT
Tool Name: Update Gist Comment
Description
Action Parameters
Action Response