Jentic publishes the only available OpenAPI specification for Gorgias API, keeping it validated and agent-ready. The Gorgias API is a RESTful interface for the Gorgias helpdesk platform built for e-commerce, covering tickets, customers, macros, integrations, tags, teams, and account settings across 17 endpoints. Authentication uses HTTP Basic with the merchant email and an account API key, scoped per Gorgias subdomain. This spec focuses on the most-used helpdesk objects and is suited to lightweight automations and AI agent integrations.
17 endpointsJentic publishes the only available OpenAPI specification for Gorgias REST API, keeping it validated and agent-ready. This is the comprehensive Gorgias REST surface, exposing 111 endpoints across tickets, customers, custom fields, integrations, events, jobs, statistics, satisfaction surveys, voice, rules, and account settings. It uses HTTP Basic auth scoped to the merchant Gorgias subdomain. Where the lighter Gorgias spec covers core helpdesk objects, this spec also reaches reporting, automation rules, custom data, and survey workflows.
111 endpointsStep 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fgorgias.com" | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fgorgias.com" | 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.