01 · WHAT THE AGENT CAN DO
Actions Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Add Ticket Tags GORGIAS_ADD_TICKET_TAGS
Adds tags to a ticket in Gorgias.
Create Account Setting GORGIAS_CREATE_ACCOUNT_SETTING
Creates a new account setting in Gorgias.
Create Customer GORGIAS_CREATE_CUSTOMER
Creates a new customer in Gorgias.
Create Team GORGIAS_CREATE_TEAM
Creates a new team in Gorgias.
Create Ticket GORGIAS_CREATE_TICKET
Creates a new ticket in Gorgias.
Delete Customer GORGIAS_DELETE_CUSTOMER
Deletes a specific customer from Gorgias.
Delete Customer Field Value GORGIAS_DELETE_CUSTOMER_FIELD_VALUE
Deletes a specific field value for a customer in Gorgias.
Delete Customers GORGIAS_DELETE_CUSTOMERS
Deletes multiple customers from Gorgias.
Delete Team GORGIAS_DELETE_TEAM
Deletes a specific team from Gorgias.
Delete Ticket GORGIAS_DELETE_TICKET
Deletes a specific ticket from Gorgias.
Delete Ticket Field Value GORGIAS_DELETE_TICKET_FIELD_VALUE
Deletes a specific field value for a ticket in Gorgias.
Get Account GORGIAS_GET_ACCOUNT
Retrieves your Gorgias account information.
Get Customer GORGIAS_GET_CUSTOMER
Retrieves a specific customer from Gorgias.
Get Event GORGIAS_GET_EVENT
Retrieves a specific event from Gorgias.
Get Team GORGIAS_GET_TEAM
Retrieves a specific team from Gorgias.
Get Ticket GORGIAS_GET_TICKET
Retrieves a specific ticket from Gorgias.
List Account Settings GORGIAS_LIST_ACCOUNT_SETTINGS
Lists all account settings in Gorgias.
List Customer Field Values GORGIAS_LIST_CUSTOMER_FIELD_VALUES
Lists all field values for a customer in Gorgias.
List Customers GORGIAS_LIST_CUSTOMERS
Lists customers in Gorgias with various filtering options.
List Events GORGIAS_LIST_EVENTS
Lists events in Gorgias. Returns event objects with pagination support via cursor. Reference: https://developers.gorgias.com/reference/get_api-events
List Teams GORGIAS_LIST_TEAMS
Lists teams in Gorgias.
List Ticket Field Values GORGIAS_LIST_TICKET_FIELD_VALUES
Lists all field values for a ticket in Gorgias.
List Tickets GORGIAS_LIST_TICKETS
Lists tickets in Gorgias with various filtering options.
List Ticket Tags GORGIAS_LIST_TICKET_TAGS
Lists all tags for a ticket in Gorgias.
Merge Customers GORGIAS_MERGE_CUSTOMERS
Merges two customers in Gorgias, combining their data and history.
Remove Ticket Tags GORGIAS_REMOVE_TICKET_TAGS
Removes tags from a ticket in Gorgias.
Set Customer Data GORGIAS_SET_CUSTOMER_DATA
Sets the complete data object for a customer in Gorgias.
Set Ticket Tags GORGIAS_SET_TICKET_TAGS
Sets the complete list of tags for a ticket in Gorgias.
Update Account Setting GORGIAS_UPDATE_ACCOUNT_SETTING
Updates an existing account setting in Gorgias.
Update Customer GORGIAS_UPDATE_CUSTOMER
Updates an existing customer in Gorgias.
Update Team GORGIAS_UPDATE_TEAM
Updates an existing team in Gorgias.
Update Ticket GORGIAS_UPDATE_TICKET
Updates an existing ticket in Gorgias.