Deployment request
The skill recognizes deploy, status, recovery, and configuration requests, then calls existing CLI, API, or Web capabilities.
After the Appaloft skill is installed, AI can inspect a project, call the Appaloft CLI/API/Web deployment path, and return URLs, logs, diagnostics, and recovery commands. The MCP/tool gateway connects tool calls, permissions, and audit.
Entrypoint
AI agent
State owner
CLI / API / Web
MCP
public tools + Cloud gateway
Secrets
Reference, never print
Outcome
URL + logs + diagnostics
The skill recognizes deploy, status, recovery, and configuration requests, then calls existing CLI, API, or Web capabilities.
The MCP/tool gateway connects AI tool calls to Appaloft. In hosted Cloud, it also adds sign-in, permissions, policy, and audit.
AI must avoid .env files, private keys, tokens, cookies, and unmasked secrets. When credentials are needed, it should reference Appaloft secrets, GitHub Secrets, or runtime environment variable names.
A normal response includes the URL, deployment id, resource id, status, logs, diagnostics, and recovery guidance.
Install the Appaloft skill into a skill-capable AI host.
Ask the agent to deploy the current repository and return URL, logs, diagnostics, and recovery commands.
On failure, read structured status and recovery guidance before choosing the next step.