Vai al contenuto
NeoXamAgents

How to run your first agent

Trigger a task-mode agent from the Console run form and read its schema-validated result.

Task agents take a typed input and return a structured, schema-validated output. The fastest way to see one work is the run panel in the Console.

Run an agent from the Console

  1. Sign in at chat.neoxam.ai and open Agents.
  2. Pick an agent — for example aro.reconciliation-investigator. The detail page shows its model, tools, version history, and input and output schemas.
  3. Open the Run this agent panel. The form is pre-filled with a JSON skeleton that matches the agent's input schema — replace the placeholder values with yours.
  4. Submit. The run is accepted immediately and you are taken to its run page.
  5. Watch progress stream live. You can cancel at any point — cancellation is safe and recorded.
  6. Read the structured output. For the ARO investigator, that is a BreakAnalysis: probable root cause, confidence, evidence, and a recommended action.

Note

Every action in the Console shows its curl equivalent, so anything you do in the UI can be scripted against the same API.

Agents inside NeoXam products

End users usually never open the Console: agents surface inside the products themselves — for example Investigate with AI next to a reconciliation break in ARO — and results come back into the same screen.

Still stuck?

Tell us what you were trying to do and where it failed — screenshots and run IDs help. A human follows up.