# Cults AI integration on Definable

> Cults is a digital marketplace for 3D printing models, offering a platform for designers to share and sell their creations.

## What this connects

Cults is a digital marketplace for 3D printing models, offering a platform for designers to share and sell their creations.

Vendor: https://cults3d.com/en/api

## Tools available

**3** tools available. First 3:

- `CULTS_GET_APPROVED_ORIGINS` — Get Approved Origins — Inspects the Cults creation page to detect any sharing origin information. Note: Cults requires origins to be manually approved via support contact before use with the Share on Create feature. This action attempts to parse the creation page for origin-related data but may return empty results. For guaranteed origin information, contact Cults support directly at https://cults3d.com/en/api.
- `CULTS_GRAPH_QL_POST` — Cults GraphQL POST — Execute GraphQL queries and mutations against the Cults3D API. Cults3D is a marketplace for 3D printable models. This tool provides access to: - Browse and search 3D model designs (creations) - View user profiles and their uploaded models - Access your own account data, sales, and printlists (via 'myself' query) - Manage your creations and discounts (via mutations) The API uses standard GraphQL syntax. Query the schema for available fields. Note: 3D model files themselves are not accessible via the API, only metadata.
- `CULTS_SHARE_ON_CREATE_FR` — Share on Create (FR) — Generate a one-click share URL for publishing a 3D file to Cults (French locale). This tool constructs a shareable link that, when clicked by users, takes them to the Cults creation page with the 3D file URL pre-filled. This enables seamless sharing of 3D models from your platform to Cults. Prerequisites: - Your site/origin must be pre-approved by Cults for share integration - The file_url must point to a publicly accessible 3D file Note: This action generates the URL without making an API call, so it always succeeds as long as the parameters are valid. Users will need to be logged into Cults to complete the sharing process.

## Auth

Auth schemes: `API_KEY`.

## How agents use Cults

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

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

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

## Categories

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

## Related

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