yepcode.io
YepCode is a platform for building and running integrations, automations, and code-based processes in managed cloud sandboxes. It lets teams expose processes as callable tools, run executions, and manage related resources like storage, variables, and schedules.
YepCode exposes a REST API, a hosted MCP server at `https://cloud.yepcode.io/mcp`, and a CLI; the REST API uses OAuth 2.0 client credentials from an API Credential, while the MCP server supports either OAuth or a bearer token from the same credential bundle.
- YepCode MCP Serverdiscovered
- YepCode REST APIdiscovered
- YepCode CLIdiscovered
In YepCode Cloud, open Settings → API Credentials, click New, enter a name, and click Create. YepCode then shows one API Credential bundle containing a Client ID, Client Secret, a Run API Token, and MCP endpoints. Use the Client ID + Client Secret for the REST API OAuth 2.0 client-credentials flow, and use the token for YepCode Run / no-OAuth MCP access.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://yepcode.io/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