cloud

Sync local YAML test cases, templates, and TypeScript functions with the Shiplight Cloud via MCP tools and REST API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ShiplightAI/codex-plugin --skill cloud-shiplightai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud
Source: https://github.com/ShiplightAI/codex-plugin/tree/main/agents/skills/cloud
Command: npx skills add https://github.com/ShiplightAI/codex-plugin --skill cloud-shiplightai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Syncs local YAML test cases, templates, and TypeScript functions with the Shiplight Cloud to enable centralized test management and cloud-backed execution.

Core Features & Use Cases

  • Sync local YAML test cases, templates, and TypeScript functions with Shiplight Cloud using MCP tools.
  • Manage test runs, environments, folders, suites, and accounts via the REST API.
  • Handle token setup and basic error guidance to ensure secure cloud integrations.

Quick Start

Set SHIPLIGHT_API_TOKEN in your project’s .env and reconnect MCP to activate cloud tools.

Frequently Asked Questions about cloud

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

FAQPage Schema
How do I synchronize local YAML test cases with a cloud test management platform?

To synchronize local YAML test cases, templates, and TypeScript functions with Shiplight Cloud, use MCP tools that push your local files to the cloud for centralized test management and cloud-backed execution.

What API token setup is required to sync local test environments to Shiplight Cloud?

Syncing test environments to Shiplight Cloud requires setting the SHIPLIGHT_API_TOKEN variable in your project’s .env file. The token is passed via the Authorization header for all REST API calls.

Can I manage test runs, folders, and suites via the REST API after syncing to Shiplight Cloud?

Yes, you can manage test runs, environments, folders, suites, and accounts via the REST API. Once your local YAML test cases are synced to Shiplight Cloud, these entities can be controlled through REST API endpoints using your API token.

Does the Shiplight Cloud sync tool work with local TypeScript functions and templates?

Yes, the cloud sync supports local TypeScript functions and templates alongside YAML test cases. It uses MCP tools to synchronize these local assets with Shiplight Cloud for centralized test management and execution.

Why are my local test cases not syncing to the cloud test management environment?

Local test cases may fail to sync if the SHIPLIGHT_API_TOKEN is missing or invalid in your .env file. Ensure the token is set correctly and reconnect MCP to activate the cloud synchronization tools.