Gladly · Capability
Gladly REST API — Agents
Gladly REST API — Agents. 4 operations. Self-contained Naftiko capability covering the Agents business surface of the Gladly Customer Service Platform.
Gladly REST API — Agents is a Naftiko capability published by Gladly, one of 21 capabilities the APIs.io network indexes for this provider. It bundles 4 operations across the GET and PATCH methods rooted at /v1/api/v1/agents.
The capability includes 3 read-only operations and 1 state-changing operation. Lead operation: List Agents. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Gladly, Agents, and Customer Service.
What You Can Do
GET
Getagents
— List Agents
/v1/api/v1/agents
GET
Getagent
— Get Agent
/v1/api/v1/agents/{agentId}
GET
Getagentcallrecording
— Get Agent CallRecorder
/v1/api/v1/agents/{agentId}/call-recorder
PATCH
Updateagentcallrecording
— Update Agent CallRecorder
/v1/api/v1/agents/{agentId}/call-recorder
MCP Tools
gladly-getAgents
List Agents
read-only
idempotent
gladly-getAgent
Get Agent
read-only
idempotent
gladly-getAgentCallRecording
Get Agent CallRecorder
read-only
idempotent
gladly-updateAgentCallRecording
Update Agent CallRecorder