Skip to main content

The Backend AgentTask object

The Backend AgentTask object represents an Agent Task resource. Agent Tasks are used for testing purposes and allow creating sessions for users without requiring full authentication flows.

Properties

  • Name
    agentId
    Type
    string
    Description

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

  • Name
    agentTaskId
    Type
    string
    Description

    The unique identifier for this Agent Task.

  • Name
    taskId
    Type
    string
    Description

    Deprecated. Use agentTaskId instead.

  • Name
    url
    Type
    string
    Description

    The Frontend API URL that, when visited, creates a session for the user. Only returned by create(); omitted from revoke().

Feedback

What did you think of this content?

Last updated on