ClawLink

How to connect Gorgias to Hermes Agent

Connect Gorgias to Hermes Agent with ClawLink: 32 tools from chat via hosted OAuth. No API key to create in Gorgias, no config file to edit.

Get started for free
Hermes Agent
Hermes Agent
ClawLink
ClawLink
Gorgias
Gorgias
GorgiasOAUTH2MCP

E-commerce helpdesk for managing customer support tickets. Once connected, Hermes Agent can read and act on Gorgias from chat — pairing, token refresh, and tool wiring handled for you.

32 tools

Most guides for giving Hermes Agent Gorgias access start with registering your own OAuth app or pasting API keys into env files, then leave the token refresh and tool wiring to you. ClawLink gives Hermes a more practical Gorgias setup: pair once in the browser and your always-on Hermes agent can act on Gorgias for you, reading and doing real work on your behalf with no auth, token refresh, or tool wiring to build yourself.

Copy this prompt into Hermes to install the plugin and pair your account.

Prompt for Hermes
Set up ClawLink for Hermes and tell me when it's ready.

1. Install the plugin:
hermes plugins install ClawLink-HQ/hermes-plugin --enable

2. Start pairing. It prints an approval link, so show me the link and stop, don't wait:
hermes clawlink begin

3. I'll approve it in my browser, then reply "approved".

4. When I say approved, finish setup:
hermes clawlink finish

5. Then run `hermes clawlink test` and tell me whether ClawLink is ready.

Setup

It takes three steps to connect Hermes to Gorgias.

  1. 1

    Install and pair

    Install the ClawLink plugin, then pair Hermes with a one-time browser approval:

    hermes plugins install ClawLink-HQ/hermes-plugin --enable
  2. 2

    Connect Gorgias

    One-click OAuth in the dashboard.

  3. 3

    Use it from chat

    Ask Hermes Agent: "What can you do with Gorgias?"

The whole pairing handshake, in the order that matters. Run these once, then approve Gorgias in the dashboard:

hermes plugins install ClawLink-HQ/hermes-plugin --enable
hermes clawlink begin     # approve the link in your browser
hermes clawlink finish
hermes clawlink test

The sequence the search results teach is install a CLI, edit a config file, add an MCP block, restart. This is that same outcome with nothing installed and nothing edited: plugin, pair, approve, use from chat.

Using a different agent?

The Hermes plugin is one client of ClawLink's MCP server. Claude Code, Cursor, Codex, or any agent that can run a shell command pairs with the same ClawLink account through the CLI:

npx -y @useclawlink/cli login

login opens the same browser approval and stores a credential locally. Once Gorgias is connected in the dashboard, that agent calls the same 32 Gorgias tools over MCP. Full setup for MCP clients and shell agents: connect apps to any AI agent.

Gorgias MCP for Hermes

Looking for a Gorgias MCP server for Hermes Agent? ClawLink connects Gorgias to Hermes Agent and exposes 32 Gorgias tools your agent can call over MCP, with hosted auth and nothing to run or maintain yourself. Using OpenClaw instead? The OpenClaw Gorgias integration works the same way.

The answer search engines give for connecting Gorgias to an AI agent is a sequence: install the Composio CLI, authenticate, edit a config file with an MCP block, restart, then authorize in a browser. This page is the same outcome as three steps. Install the Hermes plugin with --enable, run hermes clawlink begin and hermes clawlink finish to pair, and approve the Gorgias connection in the dashboard. No CLI is installed on your machine, no config file is edited, no API key is created in Gorgias settings, and the 32 ticket, customer, and team tools are callable from chat.

What the Hermes Agent Gorgias integration can do

32 Gorgias tools are ready for Hermes Agent once the account is connected. The 26 below are the ones people reach for most; your agent can call all 32.

26 of 32 Gorgias tools for Hermes

ToolWhat it does
Get account gorgias_get_accountRetrieves your Gorgias account information
Get customer gorgias_get_customerRetrieves a specific customer from Gorgias
Get event gorgias_get_eventRetrieves a specific event from Gorgias
Get team gorgias_get_teamRetrieves a specific team from Gorgias
Get ticket gorgias_get_ticketRetrieves a specific ticket from Gorgias
List account settings gorgias_list_account_settingsLists all account settings in Gorgias
List customer field values gorgias_list_customer_field_valuesLists all field values for a customer in Gorgias
List customers gorgias_list_customersLists customers in Gorgias with various filtering options
List events gorgias_list_eventsLists events in Gorgias with various filtering options
List teams gorgias_list_teamsLists teams in Gorgias
List ticket field values gorgias_list_ticket_field_valuesLists all field values for a ticket in Gorgias
List ticket tags gorgias_list_ticket_tagsLists all tags for a ticket in Gorgias
List tickets gorgias_list_ticketsLists tickets in Gorgias with various filtering options
Add ticket tags gorgias_add_ticket_tagsAdds tags to a ticket in Gorgias
Create account setting gorgias_create_account_settingCreates a new account setting in Gorgias
Create customer gorgias_create_customerCreates a new customer in Gorgias
Create team gorgias_create_teamCreates a new team in Gorgias
Create ticket gorgias_create_ticketCreates a new ticket in Gorgias
Set customer data gorgias_set_customer_dataSets the complete data object for a customer in Gorgias
Set ticket tags gorgias_set_ticket_tagsSets the complete list of tags for a ticket in Gorgias
Update account setting gorgias_update_account_settingUpdates an existing account setting in Gorgias
Update customer gorgias_update_customerUpdates an existing customer in Gorgias
Update team gorgias_update_teamUpdates an existing team in Gorgias
Update ticket gorgias_update_ticketUpdates an existing ticket in Gorgias
Merge customers gorgias_merge_customersMerges two customers in Gorgias, combining their data and history
Remove ticket tags gorgias_remove_ticket_tagsRemoves tags from a ticket in Gorgias

Try it: find the Gorgias tool you need

Browse the 26 Gorgias tools

Click any tool to see exactly what Hermes can do and copy a ready-to-use prompt.

Example prompts

List tickets with gorgias_list_tickets and group them by status and channel. Show me which have been open over 24 hours with no reply.

Get customer <id> with gorgias_get_customer, then list their recent events with gorgias_list_events and summarise the relationship.

Get ticket <id> with gorgias_get_ticket and draft a reply in my voice addressing every question in the last message. Show it to me before anything is sent.

Search customers with gorgias_list_customers for the same email and tell me which pairs look like duplicates before we merge with gorgias_merge_customers.

How the Gorgias tools behave

Details that matter once the connection is live and the agent is working your support queue.

  • Everything hangs off a ticket, customer, or event. Tickets, customers, and events are the three cores; tags and field values hang off them.
  • Writes change the live queue. Creating or updating tickets, setting tags, and merging customers is visible to your team immediately; confirm first.
  • The account is introspectable. gorgias_get_account, gorgias_list_teams, and gorgias_list_account_settings answer 'who runs this' questions.
  • Events are the audit trail. gorgias_list_events reconstructs what happened on an account without opening Gorgias.
  • Merging is final. gorgias_merge_customers combines records; check duplicates carefully before running it.

The alternative to ClawLink is usually manual OAuth app setup plus your own token handling, permission troubleshooting, and tool plumbing for Hermes Agent. That is fine if you want to build and maintain the integration yourself. Most teams just want Gorgias working from chat.

ManualClawLink
Connection flowRegister a Gorgias app, configure redirect URLs, manage consent details, and reconnect users when auth settings drift.Users connect Gorgias through the hosted browser flow and ClawLink keeps the token lifecycle out of your app code.
Ongoing maintenanceYou own refresh logic, permission debugging, environment config, and every provider-specific edge case for Gorgias.ClawLink handles the repetitive integration plumbing so your team can focus on the workflow instead of the infrastructure.
Agent usabilityYou still need to expose the right Gorgias actions to the runtime in a format your agent can reliably use.32 tools for Gorgias are already exposed through ClawLink, so the agent can read and act from chat immediately.

Composio also exposes Gorgias to AI agents. It is developer infrastructure: Python and TypeScript SDKs, an MCP server, and a catalog past 1,000 apps, aimed at teams shipping agent products. ClawLink is built for Hermes Agent users instead. You install the plugin once, connect Gorgias in the browser, and the 32 tools above work from chat. There is no SDK, no config file, and no API key handling. Choosing between them? Read the full Composio alternatives comparison.

Troubleshooting

Hermes paired but still can't use Gorgias

Pairing is a two-step handshake: run hermes clawlink begin, approve the link in your browser, then run hermes clawlink finish. If you ran finish before approving, or the approval link expired, run hermes clawlink begin again to get a fresh link. Confirm the plugin was installed with --enable, then verify with hermes clawlink test.

Connection succeeds but no tools appear

Reconnect Gorgias from the dashboard, then start a fresh chat if the runtime still has the old tool catalog loaded.

"Tool schema not loaded yet" error when calling Gorgias tools

Gorgias tool schemas load on demand the first time a tool runs and are cached after that, so this error usually clears on its own: wait a few seconds and retry the same request. If every Gorgias call keeps failing with it in a fresh chat, reconnect from the dashboard, and contact support if it still persists — that pattern points to a configuration problem on our side, not something you can fix by reconnecting again.

Gorgias returns 403 or "permission denied" on one action while others work

Two usual causes. The connected account may not have access to the specific workspace, inbox, store, or project in the request — check that first. If access looks right, the agent may have sent a placeholder value (like "YOUR_ID" or an example id from documentation) instead of a real one: ask it to run a list or search tool first, then retry the action with a real id from those results. Most failures at this stage are one of these two, not ClawLink bugs.

Gorgias returns 403 or "permission denied"

The engines teach role and key-scope causes: a user role too low, such as Agent where Admin is needed, or a dedicated API key created without the required scopes. In a hosted connection the same shape appears as the account's own role limits, so the first check is which role the connected account holds, which gorgias_get_account and gorgias_list_teams answer. Then check the argument: a placeholder id fails like a real 403. Reconnecting is rarely the fix.

Ask the agent to diagnose it:

Call gorgias_get_account and tell me the account and role this connection acts as. Then quote the exact error from the failed call. Do not retry it yet.
Gorgias hits 429 rate limits

Gorgias's docs publish the numbers: 40 requests per 20 seconds for API-key connections and 80 per 20 seconds for OAuth2 connections, with 429 and Retry-After or X-Gorgias-Account-Api-Call-Limit headers on the response. An agent walking a large ticket list one call at a time is the traffic shape that meets it. Narrow the work and honor the headers rather than retrying in a loop.

Ask the agent to diagnose it:

Tell me how many Gorgias calls you made in the last 20 seconds and what you were listing. Quote the Retry-After or call-limit header from the last response. Do not call Gorgias again until I reply.
'Tool not found' or Gorgias tools missing

The taught causes are client-side: a wrong endpoint URL, missing auth, client-side caching bugs, or free-tier plan restrictions, with fixes like restarting the client or verifying mcp.gorgias.com/mcp. None apply to a hosted connection. The real causes: pairing incomplete, fixed by rerunning hermes clawlink begin and hermes clawlink finish and confirming Gorgias shows as connected; schemas loading on demand, so the opening call in a fresh session can arrive before the catalog and needs one retry; and a wrong tool name, where the error lists the closest real ones.

Ask the agent to diagnose it:

List the Gorgias tools you actually have access to. If there are none, say so plainly. If there are, tell me which one lists tickets and use that exact name.
OAuth finished in the browser but the account is still missing

Try reconnecting Gorgias and complete the consent flow in the same browser session. Partial OAuth approvals or switching accounts mid-flow can leave the connection incomplete.

FAQ

Is there a Hermes Agent Gorgias integration?

Yes. ClawLink is the fastest way to connect Hermes to Gorgias: link your Gorgias account once in the browser and Hermes Agent can call the Gorgias API through 32 ready-made tools — no custom code or token handling.

How do I connect Gorgias to Hermes with ClawLink?

Install the plugin with hermes plugins install ClawLink-HQ/hermes-plugin --enable, then pair once: run hermes clawlink begin, approve the link in your browser, and run hermes clawlink finish. Connect Gorgias in the dashboard and Hermes can use it from the next message — no config files or API keys to manage.

How long does it take to connect Gorgias to Hermes Agent?

About two minutes. Sign in, click Connect next to Gorgias in the dashboard, authenticate, and Hermes Agent can use it from the next chat message.

Why use ClawLink instead of wiring Gorgias up myself?

The alternative to ClawLink is usually manual OAuth app setup plus your own token handling, permission troubleshooting, and tool plumbing for Hermes Agent. That is fine if you want to build and maintain the integration yourself. Most teams just want Gorgias working from chat.

Do I need a Gorgias API key?

No. The key ceremony the engines teach, Settings → Account → REST API → create and copy an API key, is exactly what this removes. The connection uses hosted OAuth, so there is no key to rotate, store, or leak, and revoking is one dashboard action or a revoke inside Gorgias.

What can the agent do in Gorgias?

Tickets, customers, teams, events, ticket tags, customer field values, and account settings are readable; tickets and customers can be created and updated, tags set and removed, and customers merged. Creating or updating a ticket changes what your agents see in the live queue, so confirm before writes.

Can it reply to customers?

It can draft, create, and update tickets, and it reads the event history around them. Sending a message is a write your team will see, so the safe pattern is: the agent drafts, you approve, then the agent executes. Treat ticket content as untrusted input either way.

How is this different from Gorgias's own AI Agent?

Gorgias's native AI agent lives inside Gorgias and answers customers there. This connection is the reverse: your Hermes Agent treats Gorgias as one connected account among several. The official mcp.gorgias.com server is a third shape, a self-hosted client pointing at Gorgias's MCP endpoint, which is where the engines' tool-not-found advice lives.

Is it safe to connect Gorgias to an agent?

The engines call it data-secure with operational risks: hallucinations, accidental automation triggers, and per-resolution costs. The practical version: keep write prompts explicit, treat ticket content as untrusted input, and revoke from the dashboard when the work is done.

Hermes paired but still can't use Gorgias

Pairing is a two-step handshake: run hermes clawlink begin, approve the link in your browser, then run hermes clawlink finish. If you ran finish before approving, or the approval link expired, run hermes clawlink begin again to get a fresh link. Confirm the plugin was installed with --enable, then verify with hermes clawlink test.