castari-deploy

Deploys your agent to the cloud with one click.

7|4|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/castari/cli --skill castari-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: castari-deploy
Source: https://github.com/castari/cli/tree/main/skills/castari-deploy
Command: npx skills add https://github.com/castari/cli --skill castari-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of deploying AI agents to the Castari platform, handling everything from CLI installation to production deployment.

Core Features & Use Cases

  • Automated CLI Setup: Installs and verifies the Castari CLI.
  • Authentication Management: Guides users through the login process.
  • Agent Scaffolding: Creates necessary configuration files (castari.json) if they don't exist.
  • One-Click Deployment: Deploys the agent to isolated cloud sandboxes.
  • Testing: Optionally tests the deployed agent with a user-provided prompt.

Quick Start

Use the castari-deploy skill to deploy your AI agent to production.

Frequently Asked Questions about castari-deploy

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

FAQPage Schema
How do I deploy an AI agent to a cloud sandbox using a CLI?

Deploying an AI agent to a cloud sandbox requires a CLI tool to install dependencies, authenticate, scaffold the project, and push the code. The Castari platform automates this pipeline for Node.js runtimes using a configuration manifest.

What is project scaffolding for AI agent deployment?

Project scaffolding for AI agent deployment is the automated creation of necessary configuration files, such as a manifest file, to ensure the agent meets the platform requirements before being hosted in an isolated cloud sandbox.

Do I need a manifest file to deploy my agent to Castari?

Yes, you need a castari.json manifest file to deploy your agent to Castari. The deployment process includes an automated scaffolding step that creates this configuration file if it does not already exist in your project.

Can I test my AI agent after deploying it to a cloud sandbox?

Yes, you can test your AI agent after deploying it to a cloud sandbox. The deployment automation optionally tests the deployed agent by sending a user-provided prompt to verify its behavior in the hosted environment.

What runtime is required for Castari agent deployment?

Castari agent deployment requires a Node.js runtime. The automated deployment pipeline relies on this environment to install the CLI, manage authentication, and execute the agent within the isolated cloud sandbox.

How does automated CLI setup work for AI agent hosting?

Automated CLI setup for AI agent hosting works by installing and verifying the command-line tool required to interface with the hosting platform. This ensures the local environment is authenticated and ready to scaffold projects before deployment.