GeoGen generates actionables (AI-suggested SEO improvements) and lets you promote them to tasks on a kanban board. The CLI exposes both surfaces.Documentation Index
Fetch the complete documentation index at: https://docs.geogen.io/llms.txt
Use this file to discover all available pages before exploring further.
geogen actions list
List actionables and tasks for an entity. Maps to GET /v1/entities/actions.
| Flag | Description |
|---|---|
--entity <id> | Entity ID (required) |
--status <state> | Filter actionables: active, dismissed, or in_task |
geogen actions dismiss
Dismiss an actionable so it no longer appears in the active feed. Dismissed actionables free up slots for new ones on the next mention check. Maps to POST /v1/entities/actions/dismiss.
geogen actions update-status
Move a task through the kanban workflow. Maps to POST /v1/entities/actions/update-status.
--status values:
not_startedin_progressin_reviewdone

