tuist.dev
Tuist provides tooling and hosted services for mobile development workflows, including project generation, build and test insights, caching, previews, and a Swift package registry. It is aimed at iOS/macOS and related CI workflows, with both local CLI usage and hosted project/account features.
Tuist exposes a bearer-authenticated REST API at tuist.dev, an OAuth-protected remote MCP server at https://tuist.dev/mcp, and a `tuist` CLI that authenticates via interactive login, CI OIDC, or account tokens.
- Tuist MCP serverdetected
- Tuist REST APIdiscovered
- Tuist CLIdiscovered
$ tuist auth loginAcquired by the CLI — running tuist auth login opens the auth flow and stores the credential.
Create an account token with the Tuist CLI after logging in as a user: run tuist account tokens create <account-handle> --scopes ... --name ... as documented in Authentication. Optionally restrict it to projects with --projects and set expiry with --expires. In CI, provide the token via TUIST_TOKEN.
$ tuist auth loginAcquired by the CLI — running tuist auth login opens the auth flow and stores the credential.
conventions · 3/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✓https://tuist.dev/.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✓https://tuist.dev/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✓https://tuist.dev/.well-known/agent-skills/index.json
Publish these signals → /publishing