Orchestration
Drive multi-step mission workflows in concise, inspectable code.
See AI integrationPython is a natural fit for execution coordination where scripts, automation, and intelligent agents need to manipulate protocol-native missions and evidence.
What this page covers
Drive multi-step mission workflows in concise, inspectable code.
See AI integrationCoordinate evidence collection, verification, and event handling.
Review lifecycleUseful for prototyping extensions and workflow research.
See communitymission = client.missions.create(payload)
client.evidence.attach(mission.id, evidence)
verification = client.verifications.evaluate(mission.id)
Because Poiva treats humans and AI as first-class participants, Python-based orchestration can sit naturally in mixed execution environments.