stainlessapi.com
Stainless is a platform for generating SDKs, API documentation, CLIs, and MCP servers from an OpenAPI specification. It is used by API providers to produce developer and agent-facing interfaces for their own APIs.
Stainless exposes one documented developer integration surface: a REST HTTP API at `https://api.stainless.com/v0` authenticated with a Stainless API key as a bearer token. Public docs also describe generated CLIs and MCP servers for customers’ own APIs, but no separate Stainless-hosted CLI auth flow or MCP connect endpoint was publicly documented.
- Stainless APIdiscovered
Sign in to the Stainless dashboard. Create or retrieve your personal API key there, then use it as a bearer token in the Authorization header as Bearer <STAINLESS_API_KEY>. The API reference examples show requests authenticated with $STAINLESS_API_KEY.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/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