oz-platform
Installation
SKILL.md
oz-platform
Use the Oz REST API and CLI to:
- Spawn cloud agents
- Get the status of a cloud agent
- Schedule cloud agents to run repeatedly
- Create and manage the environments in which cloud agents run
- Provide secrets for cloud agents to use
Looking up documentation
Prefer current, authoritative sources when answering questions or authoring skills about Oz platform behavior:
- Start with https://docs.warp.dev/llms.txt to discover the relevant documentation page.
- Every
docs.warp.devpage has an agent-readable Markdown version at the same URL with.mdappended. Fetch that version when reading documentation; for example, https://docs.warp.dev/agents/capabilities/computer-use.md. - For CLI commands and flags, also confirm the installed version's behavior with
{{warp_cli_binary_name}} helpor{{warp_cli_binary_name}} help <subcommand>.
Treat the examples below as starting points, not the sole source of truth for details that can evolve, such as computer-use artifacts, CLI flags, and API behavior. If they conflict with the live Markdown documentation or CLI help, follow the live source.