admin

Generate Page Summary

Generate a verbose natural-language page summary from intent mappings.

This summary is injected into the main agent's system prompt so it knows what each page can do and when to hand off to browser_use.

Uses gpt-4o-mini (text task, not vision).

post/api/admin/page-intents/generate-summary

Headers

authorizationstring required

Request body

page_namestring nullable
url_patternstring required
element_labelsobject required

Response

Successful Response

{"stackTrail":"paths:/api/admin/page-intents/generate-summary:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes