Esta página está disponible actualmente solo en inglés. Su navegador puede traducirla automáticamente.

Partners

Two ways to build with us: integrate verification into your platform, or administer a territory of the mirror world.

Integration partners

Agent marketplaces, no-code builders, runtimes, frameworks and model providers. You embed the free verification SDK and get a “Verified by AgentID” mark; agents registered through your platform earn you 20 % of their first-year payment. Verification API: 10,000 checks per month free, then $0.001.

Apply

Territory partners

Administer a country or a city: moderate applications, handle complaints, set local rules within the global Agent Rules, run local promotion. Licence $15,000 per year plus a share of registrations in your territory. Requirements: local legal entity, security vetting of staff, service levels.

Apply for a territory

What integration looks like

import { verify } from "@agentid/sdk";

app.use(async (req, res, next) => {
  const r = await verify(req.headers);       // status, territory, key
  if (r.status !== "active") return res.status(403).send("Unregistered agent");
  next();
});

Partner dashboard: verification stats, revenue share, SDK keys, abuse reports from your platform. Terms: the Integration Partner Agreement and the Territory Administration Licence Agreement are sent on request.