gremlin.com
Gremlin provides an enterprise reliability platform for chaos engineering, reliability testing, and resilience analysis. It helps teams uncover availability risks, run experiments, and analyze reliability data across their systems.
Gremlin exposes a REST API at https://api.gremlin.com/v1, a locally run Gremlin CLI, and a packaged Gremlin MCP server for LLM integrations; all documented developer surfaces require Gremlin-issued credentials.
- Gremlin MCP Serverdiscovered
- Gremlin REST APIdiscovered
- Gremlin CLIdiscovered
In the Gremlin app, open the API key management page at API Settings. Create either a user-level or team-level API key, then copy the key and secret values. The Gremlin API docs state API keys can be used to retrieve an access token for REST API calls and are also required for the Gremlin MCP server.
Authenticate to the Gremlin REST API by POSTing your Gremlin account credentials to https://api.gremlin.com/v1/users/auth?getCompanySession=true (or https://api.gremlin.com/v1/users/auth/mfa/auth?getCompanySession=true if MFA is enabled) as documented in Getting started with the Gremlin API. Use the returned bearer token in the Authorization header for API requests. If you belong to multiple companies, include the documented companyName parameter when minting the token.
conventions · 1/7 published
- integrations.json——
- llms.txt✓https://gremlin.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing