Jentic publishes the only available OpenAPI specification for Zoho Catalyst API, keeping it validated and agent-ready. Build and operate serverless applications on Zoho Catalyst with programmatic access to data store tables, file storage, cache segments, serverless functions, ZCQL queries, cron scheduling, mail sending, and project user management. The API covers the full backend-as-a-service lifecycle from data persistence through compute execution and scheduled automation.
22 endpointsZoho CRM API provides programmatic access to crm functionality. The API exposes 24 endpoints secured with bearer authentication.
24 endpointsZoho FSM provides REST API (Application Programming Interface) that lets you integrate FSM with third-party applications for inventory management, forecasting, and business intelligence. The REST API uses simple HTTP methods, such as GET, POST, PUT and DELETE. These methods allow FSM data to be extracted in JSON format including errors, making it easy to develop new applications and also to integr. The API exposes 34 endpoints secured with oauth2 authentication.
34 endpointsInventory management API for managing items, orders, invoices and more. The API exposes 40 endpoints secured with oauth2 authentication.
40 endpointsZoho People HR management API for managing employees, attendance, leave, departments, and forms. The API exposes 8 endpoints secured with oauth2 authentication.
8 endpointsZoho Sheet API for managing spreadsheet data programmatically. The API exposes 1 endpoints secured with oauth2 authentication.
1 endpointsDigital signature API for sending, signing, and managing documents. The API exposes 9 endpoints secured with oauth2 authentication.
9 endpointsZoho Writer API for document creation and management. The API exposes 5 endpoints secured with oauth2 authentication.
5 endpointsStep 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.