Skip to main content

Managed Agents

Section: DOC-MA-overview#managed-agents.

Build a customer support assistant in small, complete recipes. Start with a signed-in text conversation that the customer can leave and reopen; add an action or attachment only after that path works.

Recommended first recipe

  1. Build the signed-in chat: authenticate the customer, create one thread and send the first question.
  2. Follow its accepted run and restore its history after reconnect. The result is a usable conversation, not just an accepted request.
  3. Set the support defaults and test a representative reply. Reuse a profile when the setup needs to serve several conversations.
  4. Add one useful action with the navigation recipe or answer a file question with the report-summary recipe.

Finished result: the customer can ask, return to the same conversation and receive the outcome of an authorized action or file request. Keep pending, failed and unknown outcomes visible when a step cannot finish.

Next customer taskRecipe
Make the first authenticated callQuickstart
Keep a conversation across visitsReturning support conversation
Keep a reply current and render it onceUpdates and message reconciliation
Explain the setting on screenClient context
Resume a long threadCompaction
Review an action before it runsTool approval
Let the user inspect remembered preferencesMemory
Choose a route for an image or documentModel selection, filters and worked examples
Correct a rejected model requestSelection recovery
Populate a task card from an object responseStructured summary
Show optional reasoning beside a replyReasoning panel
Update instructions shared by several assistantsPrompt fragments
Add a spoken conversationVoice (Preview)
Delegate a contained repository fixCoding assistant — upcoming
Prepare and approve a website submissionComputer use — upcoming
Handle a scoped safety decision or disputed blockSafety — upcoming

Use the conversation API reference and profile API reference for exact request fields and errors. Each recipe states its current prerequisites, limitations and availability.

Document ID: DOC-MA-overview. Section identities and revisions.