api
01Skill Claude CodeCodex
The /api namespace provides the agent-facing execution and discovery surface.
agent-exec turns a machine into a self-describing endpoint for AI agents. Give agents a machine endpoint; the machine explains itself, and the server enforces what agents may do.
Skill Claude CodeCodex
The /api namespace provides the agent-facing execution and discovery surface.
Skill Claude CodeCodex
Returns the current ACL configuration: which commands are allowed and which are denied.
Skill Claude CodeCodex
Execute a command via POST /api/exec. The command must be in the exec.allow list and must not match exec.deny.
Skill Claude CodeCodex
Returns active plugins with links to their SKILL documentation.
Skill Claude CodeCodex
/cli is for agent-exec CLI and administrator operations. It is not part of normal agent discovery.
Skill Claude CodeCodex
This endpoint is used by ae transfer to restore a backup payload on a destination agent-exec machine.
Skill Claude CodeCodex
Skill "private" from to-agent/agent-exec, covering skill: private, endpoint: get /private, description: private namespace. requires apikey, endpoints and authentication.
Skill Claude CodeCodex
Skill "public" from to-agent/agent-exec, covering skill: agent-exec, endpoint: get /, what is this?, root surface and start.