Synthetic Sciences · Authentication Profile

Synthetic Sciences Authentication

Authentication

Synthetic Sciences secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the browser-login flow(s).

CompanyArtificial IntelligenceMachine-LearningScientific ResearchDeveloper ToolsAgentsFoundation ModelsKnowledge GraphMCPCLIResearch Infrastructure
Methods: http, oauth2 Schemes: 2 OAuth flows: browser-login API key in:

Security Schemes

BearerToken http
scheme: bearer
BrowserLogin oauth2

Source

Authentication Profile

synthetic-sciences-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.syntheticsciences.ai/atlas/authentication
docs: https://docs.syntheticsciences.ai/atlas/authentication
summary:
  types: [http, oauth2]
  http_scheme: bearer
  api_key_prefix: thk_
  oauth2_flows: [browser-login]
schemes:
  - name: BearerToken
    type: http
    scheme: bearer
    description: >-
      Atlas API keys are prefixed `thk_` and sent as `Authorization: Bearer <key>`.
      Minted with `atlas key:create` or in the app; the full secret is shown once.
      Managed via /api/v1/auth/api-keys (create/list/rotate/delete). Intended for
      agents, scripts, and CI. Supports `--expiry-days` for short-lived automation.
    header: "Authorization: Bearer thk_..."
    management_routes:
      - {method: POST, route: "/auth/api-keys", use: create}
      - {method: GET, route: "/auth/api-keys", use: list}
      - {method: POST, route: "/auth/api-keys/{key_id}/rotate", use: rotate}
      - {method: DELETE, route: "/auth/api-keys/{key_id}", use: revoke}
  - name: BrowserLogin
    type: oauth2
    flow: interactive-browser
    description: >-
      Interactive human login: `atlas login` starts a localhost callback, opens the
      Atlas approval page, redeems a one-time token, and writes an API key to the
      active local profile (file mode 0600). Both auth paths resolve to a `thk_*`
      key sent as a bearer token. The legacy MCP-era device-pairing and token-exchange
      flows are retired and now return HTTP 426 Upgrade Required.
    routes:
      - {method: POST, route: /auth/cli/browser/start, use: start browser login}
      - {method: GET, route: /auth/status, use: verify auth}
config_resolution:
  order: ["--api-key <key>", "ATLAS_API_KEY env", "active profile (atlas login)", "root config fallback"]
  env_vars: [ATLAS_API_KEY, ATLAS_BASE_URL, ATLAS_CLI_CONFIG_PATH, ATLAS_LOGIN_TIMEOUT_MS]
  storage: "local profile file (0600) or macOS Keychain (atlas secret:set)"
integrations:
  - {name: GitHub, method: OAuth app install or PAT, routes: [/auth/github/install-url, /auth/github/pat, /auth/github/status]}
  - {name: HuggingFace, method: access token, routes: [/auth/integrations/huggingface]}
  - {name: "Weights & Biases", method: API key, routes: [/auth/integrations/wandb]}
notes: >-
  No OpenAPI/Swagger document is published (the docs expose route tables, not a machine
  spec), so this profile is searched from the official auth docs rather than derived.
  Auth is bearer-key based; there is no documented OAuth scope surface, so no scopes/ artifact.

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/synthetic-sciences-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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