Register an agent or session as active.
Creates a presence entry that auto-expires if heartbeats stop.
Returns: Registered presence entry with timestamps.
Request body for registering presence.
Attributes: agent_id: Unique identifier for the agent or session. agent_type: Type of agent connecting. name: Human-readable display name. activity: Optional current activity description. resource_id: Optional resource being worked on.
Successful Response
Presence registration for an active agent or human session.
Attributes: agent_id: Unique identifier for the connected agent or session. agent_type: Whether the agent is external (MCP), internal, or human. name: Human-readable display name. organization_id: Organization the agent belongs to. activity: Description of current activity, if any. resource_id: Resource the agent is currently working on, if any. registered_at: Timestamp when presence was first registered. last_heartbeat: Timestamp of the most recent heartbeat.