CloudGuard Agentless API

Agentless Workload Posture

Operations 21

POST /v2/workload/agentless/aws/accounts/{id}/enable Enable Aws Account #
POST /v2/workload/agentless/azure/accounts/{id}/enable Enable Azure Account #
POST /v2/workload/agentless/aws/accounts/{id}/enableCentralizedAccount Add Aws Centralized Account #
POST /v2/workload/agentless/azure/accounts/{id}/enableCentralizedAccount Add Azure Centralized Account #
POST /v2/workload/agentless/aws/accounts/{id}/enableSubAccount Add Aws Sub Account #
POST /v2/workload/agentless/azure/accounts/{id}/enableSubAccount Add Azure Sub Account #
GET /v2/workload/agentless/{cloudProvider}/accounts/states Get Accounts States #
GET /v2/workload/agentless/{cloudProvider}/accounts/states/{id} Get Account State #
GET /v2/workload/agentless/{cloudProvider}/accounts/{id} Get Account #
PATCH /v2/workload/agentless/{cloudProvider}/accounts/{id}/settings Modify Account Settings #
PATCH /v2/workload/agentless/{cloudProvider}/accounts/{id}/centralizedAccountSettings Modify Centralized Account Settings #
DELETE /v2/workload/agentless/aws/accounts/{id} Disable Aws Account #
DELETE /v2/workload/agentless/azure/accounts/{id} Disable Azure Account #
GET /v2/workload/agentless/aws/instances/{id} Get Workload #
POST /v2/workload/agentless/aws/accounts/{id}/generate-onboarding-data Generate Aws Onboarding Data #
POST /v2/workload/agentless/azure/accounts/{id}/generate-onboarding-data Generate Azure Onboarding Data #
GET /v2/workload/agentless/azure/accounts/{id}/offboarding Get Azure Offboarding Data #
GET /v2/workload/agentless/{cloudProvider}/accounts/{id}/onboarding/checkForUpdate Check For Onboarding Update #
GET /v2/workload/agentless/azure/accounts/{id}/centralizedAccounts Get Azure Centralized Accounts #
GET /v2/workload/agentless/accountSettings Get Tenant Settings #
PATCH /v2/workload/agentless/accountSettings Modify Tenant Settings #

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/cloudguard-agentless-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

cloudguard-agentless-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Workload Protection Agentless API
  version: v2
  description: Agentless Workload Posture
servers:
- url: https://api.dome9.com/
  description: US region
- url: https://api.{region}.dome9.com/
  description: Other regions
  variables:
    region:
      enum:
      - eu1
      - ap1
      - ap2
      - ap3
      - cace1
      default: eu1
security:
- basic: []
tags:


# --- truncated at 32 KB (38 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/cloudguard/refs/heads/main/openapi/cloudguard-agentless-api-openapi.yml