Skip to main content
Prompts are the questions LLMs are tested against to surface mentions of your entity. Each entity can have many prompts, each with its own language and geolocation.

geogen prompts list

List prompts for an entity with visibility, sentiment, and average position stats. Maps to GET /v1/entities/prompts.
Options:

geogen prompts add

Add one or more prompts to an entity. Maps to POST /v1/entities/addprompt.

Single prompt

Multiple prompts in one call

The CLI automatically uses bulk mode when you pass more than one --prompt.

geogen prompts update

Edit an existing prompt. Maps to PATCH /v1/entities/updateprompt.

geogen prompts delete

Soft-delete a prompt by ID. Maps to DELETE /v1/entities/deleteprompt.