Cisco XDR Iroh API

The Iroh API from Cisco XDR — 3 operation(s) for iroh.

Operations 3

GET /iroh/iroh-auth/login Show the login page
GET /iroh/iroh-auth/logout Log out of IROH-Auth, redirect to /login with the same parameters. Useful if you want to enforce user IdP selection.
GET /iroh/iroh-auth/handle-org-access-request Given a code, proceed with the org access request approval process.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/cisco-xdr-iroh-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

cisco-xdr-iroh-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Auth Iroh API
  version: 1.0.107
  license:
    name: All Rights Reserved
    url: https://www.cisco.com
  contact:
    name: Cisco Security Business Group -- Advanced Threat
    email: cisco-intel-api-support@cisco.com
  description: API Handling Logins
  x-provenance:
    method: harvested
    authored_by: Cisco XDR
    harvested_by: API Evangelist
    harvested_on: '2026-08-19'
    first_party: true
    note: Published by Cisco. Retrieved unmodified except for this x-provenance block.
    provider_published: true
  x-evidence:
  - type: source
    url: https://visibility.amp.cisco.com/iroh/iroh-auth/index.html
  - type: raw
    url: https://visibility.amp.cisco.com/iroh/iroh-auth/swagger.json
servers:
- url: https://visibility.amp.cisco.com/
security:
- iroh: []
- AuthorizationHeader: []
- oauth2:
  - telemetry
  - integration
  - private-intel
  - admin
  - cognitive
  - profile
  - inspect
  - asset
  - event
  - feedback
  - sse
  - registry
  - users
  - investigation
  - invite
  - casebook
  - orbital
  - enrich
  - oauth
  - vault
  - response
  - notification
  - global-intel:read
  - webhook
  - ao
tags:
- name: Iroh
paths:
  /iroh/iroh-auth/login:
    get:
      x-no-doc: false
      summary: Show the login page
      parameters:
      - in: query
        name: redirect_after_login
        description: The URI to be redirected after login
        required: false
        allowEmptyValue: true
        schema:
          type: string
      - in: query
        name: origin
        description: The URI to be redirected after login (redirect_after_login has precedence)
        required: false
        allowEmptyValue: true
        schema:
          type: string
      - in: query
        name: selected_idps
        description: The ordered list of idp_ids
        required: false
        allowEmptyValue: true
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      - in: query
        name: reset_session
        description: If true delete the session token from the localStorage
        required: false
        allowEmptyValue: true
        schema:
          type: boolean
      - in: query
        name: use_session_cookie_auth
        description: When true, use session cookie auth instead of iroh-code
        required: false
        allowEmptyValue: true
        schema:
          type: boolean
      - in: query
        name: tab_id
        description: Tab identifier for session binding. tab-id is optional at session creation time but mandatory for validation if a hash was stored.
        required: false
        allowEmptyValue: true
        schema:
          type: string
      responses:
        default:
          description: ''
      tags:
      - Iroh
  /iroh/iroh-auth/logout:
    get:
      x-no-doc: false
      summary: Log out of IROH-Auth, redirect to /login with the same parameters. Useful if you want to enforce user IdP selection.
      parameters:
      - in: query
        name: redirect_after_login
        description: The URI to be redirected after login
        required: false
        allowEmptyValue: true
        schema:
          type: string
      - in: query
        name: origin
        description: The URI to be redirected after login (redirect_after_login has precedence)
        required: false
        allowEmptyValue: true
        schema:
          type: string
      - in: query
        name: selected_idps
        description: The ordered list of idp_ids
        required: false
        allowEmptyValue: true
        style: form
        explode: true
        schema:
          type: array
          items:
            type: string
      x-cors-credentials?: true
      description: '*Requires credentials on cross-origin requests (emits `Access-Control-Allow-Credentials: true`).*'
      responses:
        default:
          description: ''
      tags:
      - Iroh
  /iroh/iroh-auth/handle-org-access-request:
    get:
      x-no-doc: false
      summary: Given a code, proceed with the org access request approval process.
      description: The role is embedded in the encrypted code. The query param is accepted as a legacy fallback for in-flight links.
      parameters:
      - in: query
        name: code
        description: ''
        required: true
        schema:
          type: string
      - in: query
        name: role
        description: ''
        required: false
        allowEmptyValue: true
        schema:
          type: string
      responses:
        default:
          description: ''
      tags:
      - Iroh
components:
  securitySchemes:
    iroh:
      type: apiKey
      in: header
      name: authorization
    AuthorizationHeader:
      type: apiKey
      in: header
      name: authorization
      description: 'Ex: Bearer \<token\>'
    oauth2:
      type: oauth2
      flows:
        authorizationCode:
          scopes:
            telemetry: collect application data for analytics
            integration: Manage your modules
            private-intel: Access Private Intelligence
            admin: Provide admin privileges
            cognitive: Cognitive Integration
            profile: Get your profile information
            inspect: Extract Observables and data from text
            asset: Access and modify your assets
            event: Read IROH Events
            feedback: Submit Customer Feedback
            sse: SSE Integration. Manage your Devices.
            registry: Manage registry entries
            users: Manage users of your organisation
            investigation: Perform threat analysis investigation
            invite: Invite users into your organization
            casebook: Access and modify your casebooks
            orbital: Orbital Integration.
            enrich: Query your configured modules for threat intelligence
            oauth: Manage OAuth2 Clients
            vault: Grants access to Module Vaults
            response: List and execute response actions using configured modules
            notification: Receive notifications from integrations
            global-intel:read: Access AMP Global Intelligence
            webhook: Manage your Webhooks
            ao: AO Integration.
          authorizationUrl: https://visibility.amp.cisco.com/iroh/oauth2/authorize
          tokenUrl: https://visibility.amp.cisco.com/iroh/oauth2/token