ZV-2026-0258 · 2026-08-21 · agentplaybooks.ai
agentplaybooks.ai: Field body was removed from use_secret input; consumers still sending it may be rejected or silently ignored.
breaking
What changed
Field body was removed from use_secret input; consumers still sending it may be rejected or silently ignored. Enum value POST removed from method on use_secret. Enum value PUT removed from method on use_secret. Enum value PATCH removed from method on use_secret. Enum value DELETE removed from method on use_secret.
What to do
If your agents call agentplaybooks.ai, pin the new snapshot, patch the affected call sites, and let a green contract check confirm the fix. If you don't use the changed tools, nothing is required, but the rest of the ecosystem just learned about it at the same moment you did.
The redline
− body Field body was removed from use_secret input; consumers still sending it may be rejected or silently ignored. − method Enum value POST removed from method on use_secret. − method Enum value PUT removed from method on use_secret. − method Enum value PATCH removed from method on use_secret. − method Enum value DELETE removed from method on use_secret. − Make an outbound HTTP request with a secret injected as a header. The secret value is neve… + Send a GET or HEAD request with a secret injected as a header, and return the response. Th… use_secret + method Enum value HEAD added to method on use_secret. + use_secret_write Tool use_secret_write was added.