Create a new agent session, optionally linked to a persona.
Request body for creating an agent session.
Optional name for the session.
Optional persona ID. The persona defines the agent's prompt, tools, and knowledge bases. When null, uses the default persona.
Settings for an agent session.
Successful Response
Response for creating an agent session.
The ID of the created session.
The ID of the persona used by this session. Null means default persona.
The name of the session.
The status of the session.
True iff this session's persona exposes any fs_* / fs_bash tool and therefore has a workspace directory the agent reads/writes.
When the session was created.