APIReferenceArtifact
artifact_review
Review rendered artifact screenshots against a concrete intent and rubric, returning typed visual issues and suggested fixes. `read` · v2
Authorization
memberToken AuthorizationBearer <token>
Tokens
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
text/plain
text/plain
text/plain
text/plain
curl -X POST "https://example.com/tools/artifact_review/invoke" \ -H "Content-Type: application/json" \ -d '{ "input": { "artifactKind": "site", "evidence": [ { "label": "string", "mimeType": "image/png", "path": "string", "role": "string" } ], "intent": "string", "rubric": "string" } }'{ "toolName": "string", "status": "string", "content": "string", "isError": true, "message": "string", "errorCode": "string", "retryable": true, "result": null}Send the agent a message POST
Asks the agent for work the way a message in the messenger does. Omit `conversationID` to open a new conversation; the response carries the one it opened.
browser_click POST
Click one exact target from the current browser snapshot and return the completed action. `external_write` · v2