MontyCloud DAY2 API

The tenant-scoped REST API behind the MontyCloud DAY2 platform. Requests are authenticated with an API key and API secret key issued in the DAY2 platform and are scoped to a tenant via the x-tenant-id header. The surface covers tenants, users, roles, cloud account onboarding and region connection, resource inventory, AWS Well-Architected assessments and schedules, Azure WAFR assessments, compliance bot findings, cost by charge type, MAP projects, projects and reports. MontyCloud publishes no public OpenAPI; the reference lives at developer.montycloud.com, which is a private GitHub Pages site that 302s to a GitHub organization login. The operation surface recorded in this repo is derived from MontyCloud's own published `day2` Python SDK on PyPI.

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/montycloud-day2-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: montycloud-day2-api
name: MontyCloud DAY2 API
description: The tenant-scoped REST API behind the MontyCloud DAY2 platform. Requests are authenticated
  with an API key and API secret key issued in the DAY2 platform and are scoped to a tenant via the x-tenant-id
  header. The surface covers tenants, users, roles, cloud account onboarding and region connection, resource
  inventory, AWS Well-Architected assessments and schedules, Azure WAFR assessments, compliance bot findings,
  cost by charge type, MAP projects, projects and reports. MontyCloud publishes no public OpenAPI; the
  reference lives at developer.montycloud.com, which is a private GitHub Pages site that 302s to a GitHub
  organization login. The operation surface recorded in this repo is derived from MontyCloud's own published
  `day2` Python SDK on PyPI.
humanURL: https://montycloud.com/platform/day2-platform/
baseURL: https://api.montycloud.com/day2/api/v1
tags:
- Cloud Operations
- AWS
- Governance
- Compliance
- Cost Management
properties:
- type: Authentication
  url: authentication/montycloud-authentication.yml
- type: Conventions
  url: conventions/montycloud-conventions.yml
- type: ErrorCatalog
  url: errors/montycloud-error-codes.yml
- type: DataModel
  url: data-model/montycloud-data-model.yml
- type: Lifecycle
  url: lifecycle/montycloud-lifecycle.yml
- type: RateLimits
  url: rate-limits/montycloud-rate-limits.yml
- type: SDKs
  url: packages/montycloud-packages.yml
- type: CLI
  url: cli/montycloud-cli.yml