Widget embed (no auth required)
The embed snippet uses adata-brokerage-id attribute. This is a public identifier — it does not grant write access and is safe to include in client-side code.
API keys
For programmatic access (REST API, MCP, CLI), create a developer API key in the ARIS dashboard under Settings → Developer Keys. API keys are prefixed witharis_ and scoped to your brokerage. Include the key in every request:
Key properties
Creating a key
1
Log in
Go to aris247.com/login.
2
Navigate to Developer Keys
Settings → Developer Keys → Create Key
3
Name it
Give it a name like “Production”, “Staging”, or “CI”.
4
Copy the key
Copy the key — it won’t be shown again.
Environment variable
Store your key as an environment variable rather than hardcoding it:ARIS_API_KEY from the environment automatically.