Loading your dashboard…
Welcome back
—
Plan: — · Member since —
API key
treat like a passwordarch_… Pass as X-API-Key header or Authorization: Bearer <key>.
Quick start
full API docs →# Look up a company's backend stack
curl https://api.architectures.app/v1/companies/datadoghq.com/stack \
-H "X-API-Key: $YOUR_KEY"
# Who uses Datadog?
curl https://api.architectures.app/v1/tech/datadog/adopters \
-H "X-API-Key: $YOUR_KEY"
# Cohort: companies using both Kubernetes AND Terraform
curl -X POST https://api.architectures.app/v1/cohorts \
-H "X-API-Key: $YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"uses":["kubernetes","terraform"]}'