Registering an agent key
Anonymous access covers public reads, stateless quotes, and consented lead submission. A key is required to create, manage, or retrieve an agent-owned deal thread — durable quotes, holds, and handoffs.
Request a key
POST https://gateway.agenticdealernetwork.com/register
Content-Type: application/json
{"name": "Your agent or company name", "email": "[email protected]"}We send a verification link to that address. Following it issues a key prefixed adn_k_, presented as a bearer token in the Authorization header.
Why there is a human step
A key lets an agent place a soft hold on a real vehicle and route a real shopper to a real salesperson. We want a reachable operator behind every agent that can do that. Verification is one-time.
Rate limits
Limits are applied per key and per source address. Exceeding them returns a rate-limit error; back off and retry.