Getting an API Key
1
Open the Dealership Manager
In the Hrizn Dashboard, navigate to the dealership you want to integrate with.
2
Go to the API tab
Click the API tab in Dealership Manager for REST keys and webhooks. For hosted Hrizn MCP (OAuth), use the MCP page in the left navigation instead — see Hrizn MCP.
3
Create a new key
Click Create API Key. Configure:
- Name - A descriptive label (e.g. “DSRPTV Production”)
- Scopes - Which endpoints the key can access
- Rate Limit - Requests per minute (10-500)
- Expiration - Optional expiry date
4
Copy the key
The raw key is displayed once. Copy and store it securely.
The raw API key is shown only once at creation time. It cannot be retrieved later — if you lose it, you’ll need to create a new key. Copy it immediately and store it in a secrets manager or environment variable.
Scope Access Model
API keys are granted specific scopes that control which endpoint groups they can access. Each scope maps to a set of related endpoints:Using Your API Key
Include the key in theX-API-Key header:
Key Format
API keys follow the format:hzk_a1b2c3d4e5f67890a1b2c3d4e5f67890a1b2c3d4e5f67890a1b2c3d4e5f67890
The first 12 characters (hzk_a1b2c3d4) are stored as the key prefix and visible in the dashboard for identification.
Key Security
Scope Presets
Use these presets when creating keys, or select individual scopes:- Full Access
- Read Only
- MCP (Read)
- MCP (Read + Market)
- Content Generation
- Inventory Only
All available scopes. Use for trusted, full-featured integrations.
ideaclouds:read ideaclouds:write content:read content:write compliance:write content_tools:write inventory:read inventory:write webhooks:read webhooks:write site:readHrizn MCP
AI agents connect to hosted Hrizn MCP athttps://mcp.app.hrizn.io/mcp with OAuth. Save at least one dealership grant on the in-app MCP page before connecting. That server exposes live dealer tools — it is not Mintlify’s documentation search MCP.
Legacy API-key MCP at https://api.app.hrizn.io/v1/public/mcp remains for existing integrations only.
