AQtive Guard API

AQtive Guard is SandboxAQ's cryptography and non-human-identity management platform, built on the Cryptosense analyzer it acquired. Its API is GraphQL, served at /api/v2 and authenticated with an API-KEY header. The published schema covers projects, traces, analysis reports, cryptographic instances, keys, certificates, ciphersuites, TLS and SSH handshakes, scans, rules, vulnerabilities and slots, plus mutations for the Jira, ServiceNow, CrowdStrike, Tanium and Venafi integrations. Sensors (Java, Python, .NET, OpenSSL and PKCS#11 tracers, filesystem and bytecode scanners, a network analyzer) feed traces into it, and the cs-api CLI wraps the upload-and-analyze flow.

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/aqtive-guard-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 email required.

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

API entry from apis.yml

apis.yml Raw ↑
aid: sandboxaq:aqtive-guard-api
name: AQtive Guard API
description: AQtive Guard is SandboxAQ's cryptography and non-human-identity management platform, built
  on the Cryptosense analyzer it acquired. Its API is GraphQL, served at /api/v2 and authenticated with
  an API-KEY header. The published schema covers projects, traces, analysis reports, cryptographic instances,
  keys, certificates, ciphersuites, TLS and SSH handshakes, scans, rules, vulnerabilities and slots, plus
  mutations for the Jira, ServiceNow, CrowdStrike, Tanium and Venafi integrations. Sensors (Java, Python,
  .NET, OpenSSL and PKCS#11 tracers, filesystem and bytecode scanners, a network analyzer) feed traces
  into it, and the cs-api CLI wraps the upload-and-analyze flow.
humanURL: https://aqtiveguard.sandboxaq.com/docs/api/
baseURL: https://aqtiveguard.sandboxaq.com/api/v2
tags:
- Cryptography
- Security
- Post-Quantum Cryptography
- Certificates
- Non-Human Identity
properties:
- type: GraphQL
  url: graphql/sandboxaq-aqtive-guard.graphql
- type: Documentation
  url: https://aqtiveguard.sandboxaq.com/docs/
- type: APIReference
  url: https://aqtiveguard.sandboxaq.com/docs/api/reference/
- type: GettingStarted
  url: https://aqtiveguard.sandboxaq.com/docs/getting-started/
- type: ChangeLog
  url: https://aqtiveguard.sandboxaq.com/docs/changelog/
- type: CLI
  url: cli/sandboxaq-cli.yml