Raygun · Capability
Raygun Public API — Applications
Raygun Public API — Applications business capability. 4 operations against the Raygun v3 REST API.
Raygun Public API — Applications is a Naftiko capability published by Raygun, one of 12 capabilities the APIs.io network indexes for this provider. It bundles 4 operations across the GET and POST methods rooted at /v3/applications.
The capability includes 3 read-only operations and 1 state-changing operation. Lead operation: List Applications. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Raygun, Applications, and Observability.
What You Can Do
GET
List applications
— List Applications
/v3/applications
GET
Get application by identifier
— Get Application by Identifier
/v3/applications/{application-identifier}
GET
Get application by apikey
— Get Application by Api Key
/v3/applications/api-key/{api-key}
POST
Regenerate application api key
— Regenerate Application Api Key
/v3/applications/{application-identifier}/regenerate-api-key
MCP Tools
raygun-list-applications
List Applications
read-only
idempotent
raygun-get-application-by-identifier
Get Application by Identifier
read-only
idempotent
raygun-get-application-by-apikey
Get Application by Api Key
read-only
idempotent
raygun-regenerate-application-api-key
Regenerate Application Api Key