Create an API token
Issues a token to the signed-in member. The `token` field is shown this once and never again.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
text/plain
text/plain
curl -X POST "https://example.com/tokens" \ -H "Content-Type: application/json" \ -d '{}'{ "token": "string", "actor": { "personID": "string", "email": "[email protected]", "displayName": "string", "source": "string", "scopes": [ "string" ], "isAdmin": true }, "record": { "id": "string", "label": "string", "email": "[email protected]", "scopes": [ "string" ], "createdAt": "2019-08-24T14:15:22Z" }}task_update POST
Update explicit fields on an existing task, including who takes part in it. taskHint is the exact task ID or exact task title from a task_list result, resolved server-side to the canonical task; use task_list first when neither is known. At least one mutable field is required. `workspace_write` · v3
web_search POST
Search the public web and return ranked result snippets. Use this when you need current information, facts, or links that are not already in context. Do not use for workspace data, calendar, mail, or tasks — those have dedicated tools. `read` · v1