Field
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE |
List all field notes
Create, read, update, and resolve toolbar field notes — UI feedback a user points at on their own site, surfaced to coding agents over MCP.
Required API key scopes
field_note:readQuery parameters
- field_note_statusstringOne of:
"acknowledged""dismissed""pending""resolved" - hoststring
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /field_notesExample response
Status 200
Create field notes
Create, read, update, and resolve toolbar field notes — UI feedback a user points at on their own site, surfaced to coding agents over MCP.
Required API key scopes
field_note:writeRequest parameters
- commentstring
- field_note_status
- resolutionstringnull
- urlstring
- hoststring
- pathnamestringnull
- selectorstring
- element_textstringnull
- element_chainstringnull
- element_contextobject
- viewportobjectnull
- screenshot_urlstringnull
Response
Example request
POST /api /projects /:project_id /field_notesExample response
Status 201
Retrieve field notes
Create, read, update, and resolve toolbar field notes — UI feedback a user points at on their own site, surfaced to coding agents over MCP.
Required API key scopes
field_note:readPath parameters
- idstring
Response
Example request
GET /api /projects /:project_id /field_notes /:idExample response
Status 200
Update field notes
Create, read, update, and resolve toolbar field notes — UI feedback a user points at on their own site, surfaced to coding agents over MCP.
Required API key scopes
field_note:writePath parameters
- idstring
Request parameters
- commentstring
- field_note_status
- resolutionstringnull
- urlstring
- hoststring
- pathnamestringnull
- selectorstring
- element_textstringnull
- element_chainstringnull
- element_contextobject
- viewportobjectnull
- screenshot_urlstringnull
Response
Example request
PATCH /api /projects /:project_id /field_notes /:idExample response
Status 200
Delete field notes
Create, read, update, and resolve toolbar field notes — UI feedback a user points at on their own site, surfaced to coding agents over MCP.
Required API key scopes
field_note:writePath parameters
- idstring
Example request
DELETE /api /projects /:project_id /field_notes /:id