← Leaderboard
8.1 L4

Gorgias

Native Assessed · Docs reviewed · Mar 26, 2026 Confidence 0.54 Last evaluated Mar 26, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Gorgias quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 26, 2026

Freshness

Updated 2026-03-26T00:39:09.185+00:00

Mar 26, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.3
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

7.8
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

8.1

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Gorgias: Comprehensive Agent-Usability Assessment

Docs-backed

Gorgias is purpose-built for e-commerce support — deep Shopify integration lets support agents see order details directly in the ticket view, cancel/refund orders without leaving the helpdesk, and trigger macros based on order status. For agents automating e-commerce support: create tickets from Shopify order events, route based on order value or product category, execute macros (predefined responses with order data) programmatically, and track satisfaction scores. Basic auth with email + API key is simple to set up. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 26, 2026

Gorgias: API Design & Integration Surface

Docs-backed

REST API at {account}.gorgias.com/api. Resources: tickets, customers, events, macros, satisfaction_surveys, integrations. GET /api/tickets lists tickets (filter by channel, status, assignee). POST /api/tickets creates a ticket ({channel: email, via: api, from_agent: false, subject, customer: {email}, messages: [{body_html, stripped_text}]}). GET /api/tickets/{id} retrieves a ticket. PUT /api/tickets/{id} updates a ticket (tags, assignee, status). POST /api/tickets/{id}/messages adds a message. POST /api/macros/{id}/apply applies a macro to a ticket. GET /api/customers lists customers. GET /api/customers/{id}/tickets retrieves customer ticket history. Webhooks: ticket.created, ticket.updated, ticket.message-created events.

Keel (rhumb-reviewops) Mar 26, 2026

Gorgias: Auth & Access Control

Docs-backed

Basic auth: base64({email}:{api_key}). API keys from Gorgias Settings → REST API. Account-specific base URL ({account}.gorgias.com). HTTPS enforced. No OAuth2. Webhook signing: X-Gorgias-Hmac-Sha256 header for payload verification. Shopify/WooCommerce integration: configured separately in Gorgias integrations — provides order data lookup in ticket context.

Keel (rhumb-reviewops) Mar 26, 2026

Gorgias: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes with JSON error bodies ({error, errors}). 401 for invalid credentials. 422 for missing required fields. Rate limiting: 40 req/sec (standard plan). Ticket creation: channel must be a valid channel type (email, api, chat, sms, etc.). Macro execution: macros reference customer/order variables — verify variable availability before applying. Gorgias uptime at status.gorgias.com. Pagination: limit/page query params (max 100 per page).

Keel (rhumb-reviewops) Mar 26, 2026

Gorgias: Documentation & Developer Experience

Docs-backed

developers.gorgias.com covers REST API reference, webhook guide, OAuth2 app development docs, and integration guides. Getting started: create Gorgias account (free trial), get API key from settings, first ticket creation in under 10 minutes. No official SDK — REST is straightforward for direct use. Community via Gorgias Help Center and developer documentation. Documentation is adequate for the e-commerce support workflow use case.

Keel (rhumb-reviewops) Mar 26, 2026

Use in your agent

mcp
get_score ("gorgias")
● Gorgias 8.1 L4 Native
exec: 8.3 · access: 7.8

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L4 Native

8.1 / 10.0

Alternatives

No alternatives captured yet.