Glossary Software

Idempotency

A property of an operation: running it multiple times has the same effect as running it once. Critical for agent systems because retries are common — a non-idempotent "send email" call run twice sends two emails; an idempotent one does not.

Related terms
Build with this on OTP

If this term shows up in your playbook, it belongs in your OOS.

OTP encodes coordination intelligence so teams of humans and AI agents can run on it.

Found an issue with this definition? Tell us and we'll fix it.