Overview
Once Centra is connected, the Dema Agent can pull live data from your store — products, variants, orders, customers, inventory, markets, pricelists, categories, and discounts — directly inside a conversation. With write permissions, it can also take action for you: correct stock, confirm or cancel orders, create shipments, update products and customers, and turn discounts on or off. The agent only acts when you ask it to, and Dema asks you to confirm sensitive changes before they are applied. You stay in control of both what the agent can see and what it can do.This is a separate connection from the Centra data integration that syncs orders and inventory into Dema’s analytics. That one is a read-only background sync; this one lets the agent read and act in real time when you ask. They use different credentials — see below.
Use a dedicated token for the agent
Create a new Integration API token just for the agent, separate from the one your data sync uses. The agent can act on your store, not just read it, so its own token keeps access independently scoped, auditable, and revocable — cutting the agent off or rotating its token never touches your analytics sync. Name it something obvious likeDema Agent.
Prerequisites
- A Centra account with permission to create Integration API tokens (System → API Tokens).
- Your store URL, in the form
https://your-store.centra.com.
Connect Centra
1
Create a dedicated API token in Centra
- In Centra, go to System → API Tokens.
- Click Create integration API token in the top right.
- Give it a description and set Integration name to
Dema Agent(create it if it does not exist). - Set an expiry date. Centra tokens are time-limited (30 days by default); pick a window that fits your rotation policy.
- Leave Restrictions unchecked, or scope them if your security team requires it.
- Under Permissions, select the permissions listed in Permissions to grant below. Grant the read set for analysis; add write permissions only if you want the agent to make changes.
- Click Save and copy the generated token.
2
Connect in Dema
In Dema, go to Agents → Settings → Integrations, find Centra, and click Connect. Enter:
- API token — the token you just created.
- Account URL — your store URL, for example
https://your-store.centra.com.
Permissions to grant
Centra permissions are granular and chosen when you create the token. We recommend the principle of least privilege: grant the read set so the agent can analyze your store, and add write permissions only for the actions you actually want it to perform.Centra tells you the exact permission every request uses. If the agent ever reports a missing permission, Centra’s error names the precise one — add it to the token and reconnect. This is also the surest way to grant the agent the minimum it needs and nothing more.
Read access (recommended baseline)
Grant these so the agent can answer questions across your catalogue, orders, customers, inventory, and pricing.Products & catalogue
Products & catalogue
Inventory
Inventory
Orders & returns
Orders & returns
Customers
Customers
Markets, pricing & merchandising
Markets, pricing & merchandising
Reference data
Reference data
These cover currency and country values that appear on prices, totals, addresses, markets, and pricelists.
Read permissions
Write access (optional)
Add these only if you want the agent to make changes in Centra. Write tools run only when you ask, and Dema prompts you to approve sensitive changes before they are applied.Inventory
Inventory
Order operations
Order operations
Catalogue & customers
Catalogue & customers
Merchandising
Merchandising
Pricing & promotions
Pricing & promotions
Creating a shipment also requires
AdminUser:read and StorePlugin:read on the token — Centra needs them to resolve the shipping configuration even though the agent never reads that data directly.Write permissions
When your token expires
Centra Integration API tokens are static and expire on the date you set (30 days by default). When a token expires, the integration shows as expired in Dema and the agent stops using it. To restore access, create a fresh token in Centra and paste it in via Reconnect on the integration card.Troubleshooting
The agent says it is missing a permission
The agent says it is missing a permission
Centra names the exact permission in the error (it returns
permissionsUsed on every request). Open the token in System → API Tokens, add the named permission, save, and click Reconnect in Dema. If the token cannot be edited, create a new one with the added permission and reconnect.Dema says the Account URL is invalid
Dema says the Account URL is invalid
The Account URL must be an HTTPS URL pointing at your Centra store, in the form
https://your-store.centra.com. Use your real store hostname, not a hand-written value.Dema says my connection has expired
Dema says my connection has expired
Your Centra token reached its expiry date. Create a new token in Centra and click Reconnect on the Centra integration card to paste it in.
The agent cannot see a write action working
The agent cannot see a write action working
Make sure you granted the matching write permission when you created the token (see Write access). Write permissions are not included in the read baseline and must be added deliberately.
Additional resources
- Centra Integration API documentation
- Centra data integration (analytics sync) — the separate read-only connection that feeds Dema’s reporting

