Cloud Dynamics API (Intricately)

The Cloud Dynamics API (formerly the Intricately API) provides access to cloud adoption, usage, and spend data on companies, products, applications, and domains. Requests authenticate with an X-API-KEY header and are rate limited to one request per second. The core workflow is the asynchronous Bulk Job: POST an array of domains to /api/v2/bulk_jobs to receive a job_id, poll job status, then fetch enriched company documents when the job completes.

API entry from apis.yml

apis.yml Raw ↑
name: Cloud Dynamics API (Intricately)
description: 'The Cloud Dynamics API (formerly the Intricately API) provides access to cloud adoption,
  usage, and spend data on companies, products, applications, and domains. Requests authenticate with
  an X-API-KEY header and are rate limited to one request per second. The core workflow is the asynchronous
  Bulk Job: POST an array of domains to /api/v2/bulk_jobs to receive a job_id, poll job status, then fetch
  enriched company documents when the job completes.'
humanURL: https://kb.intricately.com/
baseURL: https://api.intricately.com/api/v2
tags:
- Sales Intelligence
- Cloud Intelligence
- Data Enrichment
properties:
- type: APIReference
  url: https://kb.intricately.com/docs/create-a-bulk-job
- type: GettingStarted
  url: https://kb.intricately.com/docs/using-the-intricately-api
- type: Authentication
  url: authentication/intricately-authentication.yml
- type: ErrorCatalog
  url: errors/intricately-error-codes.yml
- type: RateLimits
  url: rate-limits/intricately-rate-limits.yml
- type: Conventions
  url: conventions/intricately-conventions.yml
- type: Lifecycle
  url: lifecycle/intricately-lifecycle.yml
- type: LLMsTxt
  url: llms/intricately-llms.txt
- type: MCPServer
  url: mcp/intricately-mcp.yml