Loading...
Loading...
Catalyst AppSail — persistent backend PaaS with managed runtimes (Node.js, Java, Python) and custom Docker containers. Trigger on 'AppSail', 'persistent server', 'Docker on Catalyst', 'X_ZOHO_CATALYST_LISTEN_PORT', or 'long-running process on Catalyst'. Do NOT use for stateless request/response handlers, event-driven functions, or scheduled jobs — use catalyst-functions instead.
npx skill4agent add catalystbyzoho/agent-skills catalyst-appsailreferences/appsail-basics.mdprocess.env.X_ZOHO_CATALYST_LISTEN_PORTPORT3000| Catalyst Functions | AppSail | |
|---|---|---|
| Code structure | Catalyst-specific templates required | Any framework, any format, fully independent |
| Use case | HTTP handlers, events, cron, Zoho integrations | Persistent servers, long-running processes, Docker |
| Billing | Per API call | Per instance uptime |
| Dependency management | Handled by Catalyst | You manage all libraries and frameworks |
X_ZOHO_CATALYST_LISTEN_PORTappsail:add| Reference | Load when the query is about… |
|---|---|
| Runtimes, Docker setup, PORT env var, env variables, deploy commands, AppSail vs Functions decision table |