# Griptape AI integration on Definable

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

## What this connects

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

Vendor: https://www.griptape.ai/

## Tools available

**143** tools available. First 12:

- `GRIPTAPE_ASSISTANT_CREATION` — Assistant Creation — Tool to create a new assistant. Use when you need to register a uniquely named assistant in Griptape Cloud before initiating runs.
- `GRIPTAPE_ASSISTANT_LISTING` — List Assistants — Tool to list all assistants. Use after authenticating with Griptape Cloud to retrieve available assistants. Supports optional pagination.
- `GRIPTAPE_ASSISTANT_RUN_CANCELLATION` — Cancel Assistant Run — Tool to cancel an ongoing assistant run. Use when you need to stop a run prematurely after confirming the run ID is valid.
- `GRIPTAPE_ASSISTANT_RUN_CREATION` — 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.
- `GRIPTAPE_ASSISTANT_RUN_ERROR_DETAILS` — Get 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.
- `GRIPTAPE_ASSISTANT_RUN_LISTING` — List Assistant Runs — Tool to list all runs for a given assistant. Use when you need historical run executions for analysis after using the assistant.
- `GRIPTAPE_ASSISTANT_RUN_LOGS_RETRIEVAL` — 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.
- `GRIPTAPE_ASSISTANT_RUN_RETRIEVAL` — Retrieve Assistant Run — Tool to retrieve an assistant run's status and details. Use when you need current status and metadata for a specific assistant run.
- `GRIPTAPE_ASSISTANT_RUN_RETRY` — Retry Assistant Run — 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.
- `GRIPTAPE_CANCEL_DATA_JOB` — 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.
- `GRIPTAPE_CREATE_BUCKET` — Create Bucket — Tool to create a new bucket in Griptape Cloud. Use when you need to create storage buckets for organizing assets and data.
- `GRIPTAPE_CREATE_BUCKET_ASSET` — 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.

## Auth

Auth schemes: `API_KEY`.

## How agents use Griptape

Inside a Definable workflow, Griptape is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Griptape** — the Researcher (GPT-5.5) pulls context from Griptape (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Griptape** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Griptape (create record, post message, draft email).
- **Designer / Engineer → Distributor → Griptape** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Griptape (attach file, open PR comment, post status).

The Verifier checks every Griptape call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- artificial intelligence — https://definable.ai/apps/category/artificial-intelligence/
- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/griptape/
- Same category (artificial intelligence): https://definable.ai/apps/category/artificial-intelligence/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
