agent-task.mdx

May 19, 2026 ยท View on GitHub

An interface that represents an Agent Task.

Properties

- `agentId` - `string`

A stable identifier for the agent, unique per agent_name within an instance.


  • agentTaskId
  • string

A unique identifier for this Agent Task.


  • url
  • string

The Frontend API (FAPI) URL that, when visited, creates a session for the user. Only returned by create(); revoke() returns the Agent Task without it.