oz-platform

Orchestrate and inspect Oz cloud agents via REST API and CLI.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/89jobrien/warpx --skill oz-platform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oz-platform
Source: https://github.com/89jobrien/warpx/tree/main/resources/bundled/skills/oz-platform
Command: npx skills add https://github.com/89jobrien/warpx --skill oz-platform

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Oz workflows often require coordinating REST API calls, CLI commands, and environment configurations to deploy and monitor cloud agents. This skill provides a unified interface to start, configure, and inspect Oz cloud agents from Warp.

Core Features & Use Cases

  • Spawning cloud agents using the Oz CLI and REST API
  • Monitoring agent runs, environments, and schedules
  • Managing environments and secrets for cloud agents
  • Integrating third-party coding CLIs for advanced tasks

Quick Start

Invoke the oz-platform skill to start by listing environments and launching a test cloud agent.

Frequently Asked Questions about oz-platform

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate cloud agents using a REST API and CLI?

You orchestrate cloud agents by executing REST API calls and CLI commands to spawn, configure, and inspect cloud agent runs from Warp. This unified interface handles authentication, environment management, and scheduling.

How do I manage environments and secrets for cloud agents?

Manage environments and secrets by applying environment management configurations through the orchestration interface. This ensures cloud agents have the necessary variables and secrets configured across projects for secure execution.

Can I monitor agent runs and schedules from the command line?

Yes, you can monitor agent runs and schedules from the command line. The orchestration interface supports listing runs, inspecting environments, and scheduling tasks directly via CLI commands integrated with the REST API.

Does the Oz platform support third-party coding CLIs for advanced tasks?

Yes, the Oz platform supports integrating third-party coding CLIs for advanced tasks. This allows you to extend cloud agent workflows with external command-line tools when orchestrating complex deployments and configurations.

What is the best way to spawn a test cloud agent before deployment?

The best way to spawn a test cloud agent is to invoke the orchestration skill to list available environments first, then launch a test cloud agent using the configured CLI and REST API endpoints to verify the setup.

Do I need authentication to manage cloud agents across projects?

Yes, authentication is required to manage cloud agents across projects. The orchestration workflow implements an end-to-end authentication process to securely handle environment management, scheduling, and agent operations.