Thinking Machines Lab · Authentication Profile

Thinking Machines Lab Authentication

Authentication

Thinking Machines Lab secures its APIs with oauth2 and openIdConnect across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, clientCredentials, deviceCode, and refreshToken flow(s).

CompanyArtificial IntelligenceMachine-LearningLLMFine-TuningModel TrainingDeveloper ToolsReinforcement Learning
Methods: oauth2, openIdConnect Schemes: 2 OAuth flows: authorizationCode, clientCredentials, deviceCode, refreshToken API key in:

Security Schemes

OpenIDConnect openIdConnect
OAuth2 oauth2

Source

Authentication Profile

thinking-machines-lab-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://auth.thinkingmachines.ai/.well-known/openid-configuration + oauth-authorization-server
docs: https://tinker-docs.thinkingmachines.ai/
summary:
  types:
  - oauth2
  - openIdConnect
  oauth2_flows:
  - authorizationCode
  - clientCredentials
  - deviceCode
  - refreshToken
  notes: >-
    Tinker authenticates through a dedicated OAuth 2.0 / OpenID Connect authorization
    server at auth.thinkingmachines.ai. The Python SDK obtains and refreshes tokens;
    the device-code grant supports CLI / headless sign-in and client_credentials
    supports service (machine-to-machine) access.
schemes:
- name: OpenIDConnect
  type: openIdConnect
  openIdConnectUrl: https://auth.thinkingmachines.ai/.well-known/openid-configuration
  issuer: https://auth.thinkingmachines.ai
  id_token_signing_alg: RS256
  userinfo_endpoint: https://auth.thinkingmachines.ai/oauth2/userinfo
  jwks_uri: https://auth.thinkingmachines.ai/oauth2/jwks
  sources:
  - well-known/thinking-machines-lab-openid-configuration.json
- name: OAuth2
  type: oauth2
  authorization_endpoint: https://auth.thinkingmachines.ai/oauth2/authorize
  token_endpoint: https://auth.thinkingmachines.ai/oauth2/token
  device_authorization_endpoint: https://auth.thinkingmachines.ai/oauth2/device_authorization
  introspection_endpoint: https://auth.thinkingmachines.ai/oauth2/introspection
  grant_types:
  - authorization_code
  - client_credentials
  - refresh_token
  - 'urn:ietf:params:oauth:grant-type:device_code'
  pkce: S256
  token_endpoint_auth_methods:
  - none
  - client_secret_basic
  - client_secret_post
  sources:
  - well-known/thinking-machines-lab-oauth-authorization-server.json

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/thinking-machines-lab-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.