Team
Human Brand Manager and handoff.
Updated on January 1, 1970
Privacy and analytics
We use necessary technical cookies and, only with your consent, analytics and marketing pixels to improve the website and measure campaigns.
Human Brand Manager and handoff.
Updated on January 1, 1970
The Nömad person who manages the brand, their availability and who covers when they are away. Presence is derived, never stored.
| Field | Value |
|---|---|
| Kind | Read |
| HTTP method | POST /api/v1/team.manager |
| MCP tool | team_manager |
| Scope | team.read |
| Minimum role | Viewer |
| Human confirmation | No |
| Doors | Nödo, Voice, MCP, API |
| Status | Planned |
| Widget | manager |
Input
{}Output
{
manager: {
id: string // uuid
name: string
avatarUrl: string | null
}
| null
state: "available" | "busy" | "break" | "idle" | "off_shift" | "out_of_office" | null
returnsAt: string | null
delegate: {
id: string // uuid
name: string
avatarUrl: string | null
}
| null
}Hands the conversation to the human manager: opens or reuses the team thread and posts the message on behalf of the caller. It never starts an agent cover run from this call.
| Field | Value |
|---|---|
| Kind | Write |
| HTTP method | POST /api/v1/team.handoff |
| MCP tool | team_handoff |
| Scope | team.write |
| Minimum role | Member |
| Human confirmation | Yes |
| Doors | Nödo |
| Status | Planned |
| Widget | manager |
Input
{
message: string // ≤ 4000
subject?: string // ≤ 120
}Output
{
ok: true
conversationId: string // uuid
assignee: {
id: string // uuid
name: string
avatarUrl: string | null
}
| null
}