# The SupervisorAgent object

## Attributes

- `name` (string, Beta)
  The resource name of the SupervisorAgent.
   Format: supervisor-agents/{supervisor_agent_id}
- `display_name` (string, Beta)
  The display name of the Supervisor Agent, unique at workspace level.
- `description` (string, Beta)
  Description of what this agent can do (user-facing).
- `instructions` (string, Beta)
  Optional natural-language instructions for the supervisor agent.
- `id` (string, Beta)
  Deprecated: Use supervisor_agent_id instead.
- `supervisor_agent_id` (string, Beta)
  The universally unique identifier (UUID) of the Supervisor Agent.
- `creator` (string, Beta)
  The creator of the Supervisor Agent.
- `create_time` (string, Beta)
  Creation timestamp.
- `endpoint_name` (string, Beta)
  The name of the supervisor agent's serving endpoint.
- `experiment_id` (string, Beta)
  The MLflow experiment ID.

## Example

```json
{
  "name": "string",
  "display_name": "string",
  "description": "string",
  "instructions": "string",
  "id": "string",
  "supervisor_agent_id": "string",
  "creator": "string",
  "create_time": "string",
  "endpoint_name": "string",
  "experiment_id": "string"
}
```


