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
| Property | Description |
|---|---|
| Prefix | aris_ |
| Scope | Bound to one brokerage |
| Revocable | Set to inactive without deleting |
| Trackable | last_used_at updated on each request |
Creating a key
Log in
Go to aris247.com/login.
Environment variable
Store your key as an environment variable rather than hardcoding it:ARIS_API_KEY from the environment automatically.