Configuration and logs
Confirm the wiring: agent identity, endpoints, key usage, and request history.
The Configuration tab
Agent → Configuration replaces Persona on Custom. It carries the agent public ID every call needs, the endpoint list, API key status, and the guardrail topics the Intelligence API returns to you.
The Intelligence request log lives one tab over, in Agent → Analytics, alongside the rest of your traffic.
Request log
Every authorized Intelligence call is recorded with tool, path, status, latency, and error message. Rolling counters cover the last 7 days. Use it to verify a deploy, spot a wrong agentId, or find which tool is failing.
| Column | Meaning |
|---|---|
| Status | 200 on success, 400 when the tool rejected the input |
| Tool | Catalog tool resolved from the endpoint |
| Latency | Server time for the tool, excluding your network |
| Error | Reason the tool failed, when it did |
Authorized calls only
A bad API key or unknown agentId is rejected before Humaner can attribute it to an agent, so those do not appear. If the log is empty, check the key and the agent ID first.