Internal
One item type, with its schema and an example
GET /item-types/{type}
The JSON schema for that type's data, exactly what POST /boards/{boardId}/items validates against, plus an example payload and the types it can be converted to.
Authorization
AuthorizationstringheaderrequiredBearer <key>. Any key of the workspace. Create and manage keys in the developer console; what each scope unlocks is on the scopes page.
Path parameters
typeenum<string>pathrequiredResponse
typeenum<string>Item types, generated from the MockFlow component registry. Primitive types are drawn by the editor; frame types are rich components whose data schema is the same one the MCP render_* tool accepts.
labelstring | nullhintstring | nullprimitivebooleancreatablebooleanmcpToolstring | nullreadbackenum<string>One of exact, unwrapped, text, pointer, parts or none.
schemaRefstringconvertibleToenum<string>[]schemaobjectexampleobjectdocsUrlstringErrors
404
not_foundThe resource does not exist or the token cannot see it.
429
rate_limitedToo many requests.
Was this page helpful?