Trigger on event
- Listen for a new event
- Parse and validate the payload
- Take an action with the linked tool
5 tools available
Prismic is a headless CMS that enables developers and content teams to manage and deliver content seamlessly across various platforms.
Connect Prismic to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call Prismic's 5 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.
Every Prismic action below is a callable tool any Definable persona can invoke.
Search Prismic documents using full-text search. Searches across all text fields in documents for the specified terms. The search is case-insensitive and matches based on root words. Automatically retrieves the current master ref. Returns paginated results ordered by relevance.
Tool to query Prismic documents using predicates and pagination. Use when you need to fetch multiple documents from a repository after obtaining a ref.
Retrieves comprehensive metadata about a Prismic repository including available refs (content versions), custom types, languages, tags, bookmarks, and API forms. This is typically the first API call made after authentication to discover repository configuration and available content endpoints. The 'refs' field is particularly important as refs are required for querying documents via the Content API.
Tool to retrieve all tags from Prismic repository. Use when you need the full list of tags for filtering or categorization.
Retrieves all custom types (content models) defined in the Prismic repository. Custom types define the structure of content in Prismic. This action returns metadata about each custom type including its ID, label, structure definition (JSON schema), and whether it's repeatable. Use this to discover available content types before querying documents, or to understand the content model of a repository. Returns an empty list if no custom types are defined in the repository.
Anything Prismic exposes through its API. Common website builders workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 5 Prismic tools directly, then chain the result into another integration without you writing code.
Prismic uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 5 Prismic tools. You only need a separate Prismic subscription if Prismic itself charges per seat or per API call.
Every call from a persona to Prismic is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Prismic, and connect via OAuth or API key. You can immediately attach Prismic to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 5 Prismic actions as callable tools — including `Get Prismic Documents with Fulltext Search`, `Prismic: Query Documents`, `Get Prismic Repository Info`, plus 2 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.