T

Tuist REST API

REST discovered

Details
URL
https://tuist.dev
Docs
https://tuist.dev/api/docs
Authentication
OAuth 2.0 oauth2 discovered
OAuth 2.0 — self-onboarding

Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.

Tuist account token bearer discovered Get token ↗
Authorization: Bearer <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.

CI OIDC login exchanged for a Tuist access token two_step discovered $ tuist auth login

Acquired by the CLI — running tuist auth login opens the auth flow and stores the credential.