Glossary
Idempotency
Idempotency means repeating the same request does not create a second effect: invites are not sent twice, budget is not cut twice. Agents need it because retry is normal.
Also called یکباراجرایی
Pair the run id with the external action id. If the network drops and the agent sends again, the destination system should treat it as the same job.
Let’s make your processes agentic
Where do we start?