In this guide, I will share the process for customizing the auth config for Gorgias. So, let’s begin.
Setting up Gorgias
In this section, we’ll go through the process of setting up Gorgias and creating an OAuth2 application.
NOTE: If you already have a Gorgias app and access to the Client ID and Client Secret, you can skip this section.
Step 1: Create a Gorgias App
Go to the Gorgias Partner Portal and click Create New App.
Enter your App name (e.g.,
Composio Integration), an App tagline, an App icon, and your App URL.

Step 2: Configure the Redirect URL
On the create app form, find the Redirect URLs field.
Paste the following Composio callback URL:
Click Create to save your app.

Step 3: Add OAuth Scopes
Gorgias scopes define what your app can do or access on behalf of a user.
You’ll need to select the scopes that match your integration’s functionality. For example:
To read tickets →
tickets:readTo create or update tickets →
tickets:writeTo read customer info →
customers:read
Scopes Supported by Composio
Instead of manually guessing the scopes in Gorgias, use the scopes that Composio supports for Gorgias.
Scopes supported by Composio:
Below are all the scopes that Composio supports for Gorgias. You can select these based on your integration needs:
These define what actions your Gorgias integration can take.
Always include only the ones necessary for your workflow, for example, if your agent only needs to read tickets, tickets:read alone might be enough.
Step 4: Get Your OAuth Credentials
Once you’ve created your Gorgias app, you can find your OAuth credentials on the app’s page:
Open your app in the Partner Portal.
Locate the Client ID and Client Secret.
Copy the Client ID and Client Secret, as you’ll need them for Composio.

Creating the Auth Config in Composio
With your Gorgias credentials ready, navigate to the Composio Dashboard.
Click on Create Auth Config.
From the toolkit list, select Gorgias.
Ensure the authentication type is set to OAuth2.
Check Use your own developer authentication if using your custom Gorgias app.
Click Create Gorgias Auth Config.

Step 5: Fill in OAuth Details
In the Manage Auth Config section, fill in the fields:
Client ID → from Gorgias app
Client Secret → from Gorgias app
Redirect URI →
Scopes → use the Composio-supported scopes listed above.
Click Create Gorgias Auth Config.

Now connect to your Gorgias account by clicking on “Connect Account” and entering your Gorgias subdomain (the part before .gorgias.com — for acme.gorgias.com, enter acme).

Base URL for Gorgias API
All Gorgias API calls are made via:
That’s it! Your Gorgias + Composio OAuth integration is ready.
You can now copy the Auth Config ID (ac_...) and use it inside your code or secret manager.