Login calls POST /api/login and stores token locally. Configuration endpoints require Bearer token. Use the website picker below to load and edit a websiteβs configuration.
Website
website_id
Statusβ
Index
Search
0 changes
Edit prompt text and JSON settings. Save writes to PUT /api/prompts.
prompt_idβ
prompt
model_settings (JSON)
tools (JSON)
output_structure (JSON)
β
This edits agent configs (used by classifier + routed agents). Save writes to PUT /api/agents.
agent_idβ
name
instructions
model_config (JSON)
tools (JSON)
output_structure (JSON)
custom_fields (JSON)
β
β
Approves ingestion for the loaded website. This triggers a backend job via POST /api/approve-configuration.
website_id
β
website
β
β
Validate regex
β
regex_to_clean (JSON array)
β
Tip: βPreview next 10β pages through new samples.
Edit chunking config
β
chunking_config (JSON)
β
Saved via PUT /api/index-keys for this key.
Approve ingestion
β
This will start an ingestion job for the selected website. Please confirm you want to proceed.
website_id
β
website
β
I acknowledge this will trigger ingestion for this website.
β
Next steps: after approval, a job is created and queued. Use the returned job_id / task_id to track it in your backend logs/queue.