Submit a schema request
submit_schema_requestSubmit a six-field intake request to report missing or brittle browser workflows. Provide task, domain, authentication, output shape, failure mode, and read/write type.
Instructions
Submit the six-field intake for a missing or brittle browser workflow. Never include cookies, API keys, or private session data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Recurring task the agent is trying to perform. | |
| domain | Yes | Exact domain that agents need data from. | |
| auth_shape | Yes | Authentication shape, for example public, anonymous, login required, OAuth, or owner-approved. | |
| source_url | No | Optional public thread, issue, or page where this request came from. | |
| failure_mode | Yes | What breaks today: selector drift, timeout, captcha, stale values, API shape change, etc. | |
| output_shape | Yes | Specific fields or JSON shape the agent needs. | |
| read_or_write | Yes | Whether the workflow reads data, writes data, or both. | |
| idempotency_key | No | Optional stable key for retry-safe submits. | |
| requester_agent | No | Optional agent or builder identifier. | |
| requester_contact | No | Optional contact. Do not include secrets. |