Griptape

Griptape is a comprehensive platform offering tools and frameworks for building, deploying, and scaling generative AI applications.

143 actions Integration catalog
Request access
Connect Griptape once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Assistant CreationGRIPTAPE_ASSISTANT_CREATION
Tool to create a new assistant. Use when you need to register a uniquely named assistant in Griptape Cloud before initiating runs.
List AssistantsGRIPTAPE_ASSISTANT_LISTING
Tool to list all assistants. Use after authenticating with Griptape Cloud to retrieve available assistants. Supports optional pagination.
Cancel Assistant RunGRIPTAPE_ASSISTANT_RUN_CANCELLATION
Tool to cancel an ongoing assistant run. Use when you need to stop a run prematurely after confirming the run ID is valid.
Assistant Run CreationGRIPTAPE_ASSISTANT_RUN_CREATION
Creates a new assistant run to execute a conversation turn with a Griptape Cloud assistant. Use this action to send input messages to an assistant and initiate processing. The run is queued and processed asynchronously. Use the assistant run retrieval or result retrieval actions to get the output once complete.
Get Assistant Run Error DetailsGRIPTAPE_ASSISTANT_RUN_ERROR_DETAILS
Tool to fetch detailed error information for a specific assistant run. Use after an assistant run has failed to inspect error details.
List Assistant RunsGRIPTAPE_ASSISTANT_RUN_LISTING
Tool to list all runs for a given assistant. Use when you need historical run executions for analysis after using the assistant.
Assistant Run Logs RetrievalGRIPTAPE_ASSISTANT_RUN_LOGS_RETRIEVAL
Retrieve the complete execution logs for an assistant run in Griptape Cloud. Returns a chronological timeline of events that occurred during the run, including: - Structure lifecycle events (start/finish) - Task execution events (start/finish with input/output) - Prompt events (model calls with token counts) - Streaming text chunks (for real-time output) Use this tool to debug runs, analyze performance (token usage), or inspect intermediate outputs. The assistant run must exist; use List Assistant Runs first to get valid run IDs.
Retrieve Assistant RunGRIPTAPE_ASSISTANT_RUN_RETRIEVAL
Tool to retrieve an assistant run's status and details. Use when you need current status and metadata for a specific assistant run.
Retry Assistant RunGRIPTAPE_ASSISTANT_RUN_RETRY
Tool to attempt retrying a failed assistant run. If retry is not available (e.g., run hasn't failed or endpoint not supported), returns the current run status instead. Use when checking if a run can be retried or to get its current state.
Cancel Data JobGRIPTAPE_CANCEL_DATA_JOB
Tool to cancel a running or queued data job. Use when you need to stop a data job that is in progress or queued.
Create BucketGRIPTAPE_CREATE_BUCKET
Tool to create a new bucket in Griptape Cloud. Use when you need to create storage buckets for organizing assets and data.
Create Bucket AssetGRIPTAPE_CREATE_BUCKET_ASSET
Tool to create a new asset in a Griptape Cloud bucket. Use when you need to add a new asset to a bucket by specifying its name.
Create Data ConnectorGRIPTAPE_CREATE_DATA_CONNECTOR
Tool to create a new data connector in Griptape Cloud. Data connectors enable ingestion from various sources like web pages, Confluence, Google Drive, S3, or data lakes. After creation, the connector can automatically sync data to knowledge bases based on the configured schedule.
Create Data Connector JobGRIPTAPE_CREATE_DATA_CONNECTOR_JOB
Tool to create a data job for a data connector in Griptape Cloud. Use when you need to trigger data ingestion or processing for a specific data connector. The job will be queued and executed asynchronously.
Create Export JobGRIPTAPE_CREATE_EXPORT_JOB
Tool to create a new export job in Griptape Cloud. Use when you need to initiate an export operation with custom data.
Create FunctionGRIPTAPE_CREATE_FUNCTION
Tool to create a new function in Griptape Cloud. Use when you need to register a new serverless function with optional code configuration and environment variables.
Create Function DeploymentGRIPTAPE_CREATE_FUNCTION_DEPLOYMENT
Tool to create a new deployment for a function from a code source. Use when you need to deploy a function from a GitHub repository to Griptape Cloud.
Create Import JobGRIPTAPE_CREATE_IMPORT_JOB
Tool to create a new import job in Griptape Cloud. Use when you need to initiate a data import operation from a data lake asset (e.g., S3 bucket) into Griptape Cloud.
Create IntegrationGRIPTAPE_CREATE_INTEGRATION
Tool to create a new integration in Griptape Cloud. Use when you need to register a new integration (slack, github_app, or webhook) to connect external services with assistants or structures.
Create Knowledge BaseGRIPTAPE_CREATE_KNOWLEDGE_BASE
Tool to create a new knowledge base in Griptape Cloud. Use when you need to set up a vector store for document indexing and semantic search.
Create Knowledge Base JobGRIPTAPE_CREATE_KNOWLEDGE_BASE_JOB
Tool to create a knowledge base job for ingesting data into a knowledge base. Use when you need to trigger data ingestion or processing for a specific knowledge base.
Create LibraryGRIPTAPE_CREATE_LIBRARY
Tool to create a new library in Griptape Cloud. Use when you need to organize data connectors and knowledge bases for an assistant to use.
Create Model ConfigurationGRIPTAPE_CREATE_MODEL
Tool to create a new model configuration in Griptape Cloud. Use when you need to register a new model with specific authentication and configuration settings before using it in assistants or other Griptape resources.
Create Model Auth ConfigGRIPTAPE_CREATE_MODEL_AUTH_CONFIG
Tool to create a model authentication configuration in Griptape Cloud. Use when you need to set up new authentication for a model API endpoint.
Create Organization API KeyGRIPTAPE_CREATE_ORGANIZATION_API_KEY
Tool to create a new API key for a specific organization. Use when you need to generate a new API key for authentication purposes. The API key value is only returned once during creation.
Create RetrieverGRIPTAPE_CREATE_RETRIEVER
Tool to create a new retriever in Griptape Cloud. Use when you need to create a retriever with associated components for document retrieval capabilities.
Create RuleGRIPTAPE_CREATE_RULE
Tool to create a new rule in Griptape Cloud. Use when you need to define behavioral guidelines or constraints for AI assistants.
Create SecretGRIPTAPE_CREATE_SECRET
Tool to create a new secret in Griptape Cloud. Use when you need to store sensitive information like API keys, passwords, or tokens.
Create StructureGRIPTAPE_CREATE_STRUCTURE
Tool to create a new structure in Griptape Cloud. Use when you need to register a workflow or data processing pipeline that can be deployed and executed.
Create Structure DeploymentGRIPTAPE_CREATE_STRUCTURE_DEPLOYMENT
Tool to create a new deployment for a structure. Use when you need to deploy a structure from a GitHub repository to Griptape Cloud.
Create ThreadGRIPTAPE_CREATE_THREAD
Tool to create a new thread in Griptape Cloud. Use when you need to start a new conversation thread for organizing messages and interactions.
Create Thread MessageGRIPTAPE_CREATE_THREAD_MESSAGE
Tool to create a new message in a specific thread. Use when you need to add a message with input and output content to a conversation thread in Griptape Cloud.
Create Tool DeploymentGRIPTAPE_CREATE_TOOL_DEPLOYMENT
Create a new deployment for a tool from a GitHub repository. Use when you need to deploy or update tool code from a GitHub source. The deployment process is asynchronous - use the Get Tool Deployment Status action to poll for completion.
Delete API KeyGRIPTAPE_DELETE_API_KEY
Tool to delete an API key by ID. Use when you need to permanently remove an API key from Griptape Cloud.
Delete AssistantGRIPTAPE_DELETE_ASSISTANT
Tool to delete an assistant by ID. Use when you need to permanently remove an assistant from Griptape Cloud.
Delete BucketGRIPTAPE_DELETE_BUCKET
Tool to delete a bucket by ID. Use when you need to remove a specific bucket from Griptape Cloud.
Delete Bucket AssetGRIPTAPE_DELETE_BUCKET_ASSET
Tool to delete a specific asset from a Griptape Cloud bucket. Use when you need to remove an asset from a bucket by name.
Delete Data ConnectorGRIPTAPE_DELETE_DATA_CONNECTOR
Tool to delete a data connector. Use when you need to permanently remove a data connector from Griptape Cloud.
Delete FunctionGRIPTAPE_DELETE_FUNCTION
Tool to delete a function from Griptape Cloud. Use when you need to permanently remove a function by its ID.
Delete IntegrationGRIPTAPE_DELETE_INTEGRATION
Tool to delete an integration by ID. Use when you need to permanently remove an integration from Griptape Cloud.
Delete Knowledge BaseGRIPTAPE_DELETE_KNOWLEDGE_BASE
Tool to delete a Knowledge Base from Griptape Cloud. Use when you need to permanently remove a knowledge base and all its associated data. This operation cannot be undone.
Delete LibraryGRIPTAPE_DELETE_LIBRARY
Tool to delete a library from Griptape Cloud. Use when you need to permanently remove a library resource.
Delete MessageGRIPTAPE_DELETE_MESSAGE
Tool to delete a message by its ID. Use when you need to remove a specific message from Griptape Cloud.
Delete Model ConfigurationGRIPTAPE_DELETE_MODEL
Tool to delete a model configuration from Griptape Cloud. Use when you need to permanently remove a model configuration.
Delete Model Auth ConfigGRIPTAPE_DELETE_MODEL_AUTH_CONFIG
Tool to delete a model auth config by ID. Use when you need to permanently remove a model authentication configuration from Griptape Cloud.
Delete RuleGRIPTAPE_DELETE_RULE
Tool to delete a rule by its ID. Use when you need to permanently remove a rule from Griptape Cloud.
Delete RulesetGRIPTAPE_DELETE_RULESET
Tool to permanently delete a ruleset from Griptape Cloud by its ID. Use when you need to remove a ruleset and all its associated rules. This operation cannot be undone.
Delete SecretGRIPTAPE_DELETE_SECRET
Tool to delete a secret from Griptape Cloud. Use when you need to permanently remove a secret by its ID.
Delete StructureGRIPTAPE_DELETE_STRUCTURE
Tool to delete a structure from Griptape Cloud. Use when you need to permanently remove a structure by its ID. This operation is irreversible.
Delete ThreadGRIPTAPE_DELETE_THREAD
Tool to delete a thread by its ID. Use when you need to permanently remove a conversation thread and all its associated messages from Griptape Cloud.
Delete ToolGRIPTAPE_DELETE_TOOL
Tool to delete a tool from Griptape Cloud. Use when you need to permanently remove a tool resource by its ID.
Get API KeyGRIPTAPE_GET_API_KEY
Tool to retrieve an API key's details. Use when you need to get information about a specific API key by its ID.
Get AssistantGRIPTAPE_GET_ASSISTANT
Tool to retrieve a specific assistant's details by ID. Use when you need detailed information about a particular assistant including its configuration, knowledge bases, and tools.
Get Billing Management URLGRIPTAPE_GET_BILLING_MANAGEMENT_URL
Tool to retrieve the billing management portal URL. Use when you need to access or redirect users to the billing portal for subscription or payment management.
Get BucketGRIPTAPE_GET_BUCKET
Tool to retrieve a bucket's details by its ID. Use when you need to fetch information about a specific bucket in Griptape Cloud.
Get Bucket AssetGRIPTAPE_GET_BUCKET_ASSET
Tool to retrieve a specific asset from a Griptape Cloud bucket. Use when you need to fetch asset metadata or contents from a bucket by name.
Get Bucket Asset URLGRIPTAPE_GET_BUCKET_ASSET_URL
Tool to generate a signed URL for accessing or uploading bucket assets. Use when you need a temporary URL to GET (download) or PUT (upload) an asset in a Griptape Cloud bucket.
Get ConfigurationGRIPTAPE_GET_CONFIG
Tool to retrieve Griptape Cloud configuration. Use when you need to access data lake settings or Google Drive connector configuration.
Get Credits BalanceGRIPTAPE_GET_CREDITS_BALANCE
Tool to retrieve the current credits balance. Use when you need to check available credits for billing or usage tracking.
Get Data ConnectorGRIPTAPE_GET_DATA_CONNECTOR
Tool to retrieve a data connector's configuration and details from Griptape Cloud. Use when you need information about a specific data connector including its type, configuration, and metadata.
Showing the first 60 of 143 actions.