Software · Authentication Profile

Software Authentication

Authentication

Software secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyDeveloper ProductivityEngineering IntelligenceAISoftware DevelopmentAnalyticsMetricsDORAMCPDeveloper Experience
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

EnterpriseAccessToken http
scheme: bearer · in: header ()

Source

Authentication Profile

software-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.antenna.dev/mcp-server
docs: https://docs.antenna.dev/mcp-server
summary:
  types: [http]
  http_schemes: [bearer]
  api_key_in: []
  oauth2_flows: []
  notes: >-
    Antenna has no published OpenAPI. Auth model captured from the MCP-server
    and quickstart documentation. Programmatic access (the hosted MCP / metrics
    API) uses a Bearer "Enterprise Access Token"; the web console uses SSO.
schemes:
- name: EnterpriseAccessToken
  type: http
  scheme: bearer
  in: header
  header: Authorization
  format: 'Bearer <token>'
  description: >-
    Enterprise Access Token minted in the Antenna app (enterprise settings →
    Access Tokens → Create token), shown once. Authorizes read-only calls to
    the hosted MCP server at https://app.antenna.dev/api/mcp/enterprise. Scoped
    to the caller's enterprise; requires the MCP feature enabled.
  sources: [https://docs.antenna.dev/mcp-server]
console_sso:
  description: >-
    End-user sign-in to the Antenna web application uses enterprise Single
    Sign-On.
  providers:
  - Okta Single Sign-On
  - Microsoft Entra Single Sign-On
  source: https://docs.antenna.dev/get-started/quickstart