cowork-api

Upload agent and skill bundles to Stratio Cowork via genai-api REST endpoints.

4|10|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/Stratio/genai-agents --skill cowork-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cowork-api
Source: https://github.com/Stratio/genai-agents/tree/main/shared-skills/cowork-api
Command: npx skills add https://github.com/Stratio/genai-agents --skill cowork-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upload and register agent and skill bundles to Stratio Cowork via the genai-api REST interface, helping teams deploy and manage capabilities without manual UI steps.

Core Features & Use Cases

  • Upload skill bundles to Cowork with /v1/agents/skills/bundle/import.
  • Upload agent bundles to Cowork with /v1/agents/bundle/import.
  • Leverage preflight checks, conflict strategies, and per-bundle metadata to ensure safe deployment.

Quick Start

Use the cowork-api skill to upload a bundle ZIP and receive a summary of imported items, conflicts, and errors.

Frequently Asked Questions about cowork-api

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

FAQPage Schema
How do I upload and register agent bundles to Stratio Cowork via REST API?

To upload agent bundles to Stratio Cowork, use the cowork-api skill to call the /v1/agents/bundle/import REST endpoint. It routes the request through preflight checks and returns a structured summary of imported items, conflicts, and errors.

How do I import skill bundles into Cowork without using the manual UI?

Import skill bundles into Cowork by sending a bundle ZIP to the /v1/agents/skills/bundle/import REST endpoint. The cowork-api skill automates this upload process and provides structured deployment results without manual UI steps.

What does the genai-api return when importing Cowork bundles?

The genai-api returns structured results after importing Cowork bundles, detailing successfully imported names, any deployment conflicts, and specific errors encountered during the registration process.

Can I enforce preflight checks and conflict strategies when deploying Cowork bundles?

Yes, the cowork-api enforces preflight checks and supports conflict strategies with per-bundle metadata during bundle deployment. This ensures safe registration of agent and skill capabilities via the genai-api REST surface.

Does the cowork-api require manual UI steps to deploy agent capabilities?

No, the cowork-api does not require manual UI steps to deploy agent capabilities. It fully automates uploading and registering bundles via the genai-api REST interface to help teams manage deployments programmatically.

Why should I use an API to import Cowork bundles instead of the UI?

Using the genai-api to import Cowork bundles helps teams deploy and manage capabilities programmatically, bypassing manual UI limitations. It enforces preflight checks and returns structured conflict and error reports for safe deployment.