# Placid AI integration on Definable

> Placid is a creative automation toolkit that enables users to generate images, PDFs, and videos from custom templates via REST or URL APIs.

## What this connects

Placid is a creative automation toolkit that enables users to generate images, PDFs, and videos from custom templates via REST or URL APIs.

Vendor: https://placid.app/

## Tools available

**11** tools available. First 11:

- `PLACID_CREATE_COLLECTION` — Create Collection — Tool to create a new template collection to group multiple templates. Use when organizing templates into collections with custom metadata.
- `PLACID_CREATE_TEMPLATE` — Create Template — Tool to create a new Placid template. Use when you need a template with specific dimensions and optional tags or custom metadata. Example: "Create a social-media banner."
- `PLACID_DELETE_COLLECTION` — Delete Collection — Tool to delete a template collection by its ID. Use after confirming the collection is no longer needed. Note: This does not delete the templates within the collection.
- `PLACID_DELETE_TEMPLATE` — Delete Template — Tool to delete a specific template identified by UUID. Use after confirming the template is no longer needed.
- `PLACID_GET_COLLECTION` — Get Collection — Tool to retrieve a single collection by its ID. Use when you need details about a specific collection including its title, custom data, and associated template UUIDs.
- `PLACID_GET_COLLECTIONS` — Get Collections — Tool to retrieve a list of all template collections. Use after authentication to paginate through your Placid collections.
- `PLACID_GET_TEMPLATE` — Get Template — Tool to retrieve a template by UUID. Returns template details including title, thumbnail, tags, and layers.
- `PLACID_LIST_NL_TEMPLATES` — List NL Templates — Tool to list all available templates via the Natural Language API. Use when you need to discover available templates for generating images.
- `PLACID_LIST_TEMPLATES` — List Templates — Tool to retrieve a list of templates from your project. Returns 20 items per page with cursor pagination. Use to browse templates, optionally filtered by collection or title.
- `PLACID_UPDATE_COLLECTION` — Update Collection — Tool to update an existing template collection. Use to modify title, custom_data, or manage templates (replace all, or incrementally add/remove specific templates).
- `PLACID_UPDATE_TEMPLATE` — Update Template — Tool to update an existing Placid template. Use when you need to modify the title, tags, or custom_data of a template.

## Auth

Auth schemes: `API_KEY`.

## How agents use Placid

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

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

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

## Categories

- images & design — https://definable.ai/apps/category/images-&-design/
- video & audio — https://definable.ai/apps/category/video-&-audio/

## Related

- HTML page: https://definable.ai/apps/placid/
- Same category (images & design): https://definable.ai/apps/category/images-&-design/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
