Skip to main content
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AgentAccountSummary

AgentAccountSummary

    Identity and metadata for an agent’s Pulumi account, returned as part of AgentClaimResponse so the claiming user can confirm which agent they are taking over.

    Properties

    • login string required
      The agent user’s Pulumi login (e.g. “agent-abc123”). This is what pulumi whoami returns while the agent’s access token is in use.
    • orgName string required
      Slug of the agent’s individual organization. This appears in the // identity of any stack the agent created.
    • createdAt string required
      When the agent account was created (i.e. when /api/agents/signup ran).