modal.com
Modal is a serverless cloud platform for running Python-centric workloads such as AI inference, batch jobs, sandboxes, and web endpoints. It provides managed compute, storage, and deployment primitives for developers building cloud applications.
Modal exposes an authenticated programmatic platform API used by its Python/JavaScript/Go SDKs, plus an authenticated `modal` CLI; no public GraphQL or MCP surface was found.
- Modal programmatic API via SDKsdiscovered
- Modal CLIdiscovered
Easiest path: install the CLI and run modal setup or modal token new to create and store credentials using an authenticated Modal web session, as documented in `modal setup` and `modal token`. For automation, create a service user from the Service Users guide: go to the workspace tokens settings page, click New Service User, and copy the issued MODAL_TOKEN_ID and MODAL_TOKEN_SECRET (shown only once). You can also enter an existing pair with modal token set --token-id ... --token-secret ....
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://modal.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