Prismic
Headless CMS for repositories, documents, custom types, releases, assets, and published content.
Covers headless CMS activity across repositories, documents, custom types, releases, assets, and published content.
Example Use Cases
These are the Prismic actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.
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.
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 query Prismic documents using predicates and pagination. Use when you need to fetch multiple documents from a repository after obtaining a ref.
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.