Archastro · Authentication Profile

Archastro Authentication

Authentication

Archastro secures its APIs with http, apiKey, and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the deviceCode flow(s).

CompanyAI AgentsAgenticDeveloper PlatformAutomationIntegrationMCPWorkflows
Methods: http, apiKey, oauth2 Schemes: 3 OAuth flows: deviceCode API key in: header

Security Schemes

bearerToken http
scheme: bearer · in: header ()
publishableKey apiKey
· in: header (x-archastro-api-key)
oauthDevice oauth2

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: https://docs.archastro.ai/docs/api-reference
docs: https://docs.archastro.ai/docs/api-reference
note: >-
  The published openapi.json declares no components.securitySchemes, so this profile
  is captured from the API reference documentation rather than derived from the spec.
summary:
  types: [http, apiKey, oauth2]
  api_key_in: [header]
  oauth2_flows: [deviceCode]
schemes:
- name: bearerToken
  type: http
  scheme: bearer
  in: header
  header: Authorization
  format: "Authorization: Bearer $ARCHASTRO_ACCESS_TOKEN"
  description: Session/access token bearer auth; also used by realtime channels.
- name: publishableKey
  type: apiKey
  in: header
  parameter: x-archastro-api-key
  format: "x-archastro-api-key: $ARCHASTRO_PUBLISHABLE_KEY"
  description: Publishable API key for client-side calls; sandbox vs production keys select the workspace.
- name: oauthDevice
  type: oauth2
  flow: deviceCode
  endpoints:
    authorize: /oauth/device/authorize
    approve: /oauth/device/approve
    deny: /oauth/device/deny
    token: /oauth/token
    scopes: /oauth/scopes
  description: >-
    OAuth 2.0 Device Authorization flow for CLI / coding-agent login. GET /oauth/scopes
    lists available scopes (requires authentication); scope values are not published in the docs.
key_separation:
  secret_keys: server-side setup (sandbox secret keys never access production)
  publishable_keys: client-side work (sandbox publishable keys)

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/archastro-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.