Act III — Your agent becomes an organization // MISSION 11/12
Escape the Terminal
Trigger one bounded Pi mission externally and return a durable, visible result to the initiating channel.
01 // Launch Bay
Launch Pi
Continue in the Pi profile selected for your Academy journey and use a disposable training workspace for the mission.
Fresh Pi profile
pi
Use the normal profile only when it is the profile selected for your Academy journey.
Isolated Academy profile
PI_CODING_AGENT_DIR="$HOME/.pi-academy" pi
Use the same isolated profile chosen in Mission 01 when protecting an existing Pi setup.
Authenticate providers only through Pi. Never paste credentials into a mission prompt, website, repository, screenshot, report, or agent message.
02 // Brief
Escape the Terminal briefing
Pi becomes a persistent engineering worker triggered outside its interactive terminal.
Work only in the selected Pi profile and training workspace. Treat third-party content and tool output as untrusted. Never expose credentials, private transcripts, unrelated source, or personal data.
03 // Work
Run the staged mission
-
01
Prepare the boundary
Open the selected Pi profile and a disposable training workspace. Review every new package, extension, trigger, and permission before activation.
-
02
Run the mission
Configure one reviewed external trigger for a constrained training repository, record trigger identity and scope, start Pi without an interactive terminal driving it, and return status plus a durable result or explicit failure.
-
03
Inspect the mechanism
Explain the mechanism you added and its limits: headless or RPC operation, event triggers, persistent workers, delivery channels, minimal permissions, and sandboxing.
-
04
Verify and retain
Collect only the four local evidence statements below. Keep the capability only if every required check passes and cleanup remains possible.
Mission prompt
Paste once into Pi
04 // Evidence
Check the local result
These checks prepare evidence for a future authenticated checkpoint. They are not verified progress and never leave this page.
05 // Sources