Prerequisites
- A Tacit account (sign up at app.betacit.com)
- A terminal with
curlor a GraphQL client
Step 1: Get your API key
Sign in to the dashboard
Go to app.betacit.com and sign in to your account.
Create an API key
Navigate to Settings > API keys and click Create key. Give it a descriptive name like
dev-testing.Step 2: List your buildings
Use the GraphQL API to see which buildings are available in your account.Response
Step 3: Query equipment in a building
Now query the HVAC equipment in one of your buildings. Theis argument uses Brick Schema class hierarchy: querying HVAC_Equipment automatically matches AHUs, VAVs, FCUs, and every other subtype.
Response
Step 4: Follow equipment chains
Use theupstream field to find what equipment feeds a zone, without knowing how deep the chain goes.
Response
feeds relationships. Learn more in relationships and traversal.
Next steps
How Tacit works
Understand the architecture behind the platform.
Brick Schema
Learn why standardized building data changes everything.
Query your first building
A deeper walkthrough with more query patterns.
GraphQL API reference
Full reference for the GraphQL query surface.
