The Configuration API lets you manage Scrunch brands at scale.Documentation Index
Fetch the complete documentation index at: https://developers.scrunch.com/llms.txt
Use this file to discover all available pages before exploring further.
It is most commonly used by:
- Agencies onboarding dozens or hundreds of clients
- Enterprise teams automating persona and keyword setup
- Internal tools (brand creation, batch updates, auditing)
What you can configure
Brands
- Name, alternative names
- Website + alternative websites
- Competitors
- Personas
- Key topics
Prompts
- Text
- Stage
- Tags
- Personas
- Platforms
Example: Create a brand
Example: Add a prompt
Listing prompts
GET /{brand_id}/prompts returns active prompts by default. Pass the status query parameter to include archived prompts:
| Value | Returns |
|---|---|
active (default) | Currently tracked prompts |
archived | Soft-deleted prompts only |
all | Both active and archived |
branded—trueif the prompt mentions the brandfavorite—trueif marked as a favorite in the dashboardstatus—activeorarchived
GET /{brand_id}/prompts/{prompt_id} returns archived prompts as well, so check the status field if you only want active ones.
Notes
To update prompt text, delete the old prompt and create a new one. Only tags and platforms can be updated in-place.
See all configuration endpoints
Explore the API reference →