An intent is a structured description of why an action is being taken. Every MCP tool call requires an intent object. Agentity records each intent, giving you a complete audit log of everything your agents have done.
Intent fields
subject values
EMAIL PHONE VIRTUAL_CARD VAULT IDENTITY
action values
CREATE READ UPDATE DELETE
Example intent object
Use descriptive intent messages — they become your audit log and help you understand what your agents were doing at any point in time.
Reviewing intents
You can retrieve the full intent history for your account using the dashboard.
Why intents are required
Intents serve two purposes:
- Auditability — Because agents act autonomously, you need a reliable record of their actions. Requiring an intent on every call ensures no operation goes unlogged.
- Clarity — A descriptive
message makes it possible to understand agent behavior after the fact, even without replaying execution logs.