struct

Anthropic::BetaManagedAgentsDeployment

Inherits JSON::Serializable < Struct < Value < Object

A Managed Agents deployment.

A deployment pins an agent + environment + schedule so sessions can be created on a cron or on demand. Returned by client.beta.deployments.*.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

active?
Source
agent

Agent reference (id string or {id, version} object).

Source
archived_at
Source
created_at
Source
description
Source
environment_id
Source
initial_events

Initial events sent to each session on creation.

Source
metadata
Source
name
Source
paused?
Source
paused_reason

Why the deployment is paused (only present when status == "paused").

Source
resources

Resources (repositories, files, memory stores) mounted into sessions.

Source
schedule
Source
status

"active" or "paused".

Source
type
Source
updated_at
Source
vault_ids
Source