One-call load
Load trust by slug
Use a public slug-first endpoint so partner agents and outreach targets can ingest SwarmScore without resolving internal UUIDs first.
GET /v1/swarmscore/load-by-slug/{slug}Enable SwarmScore
SwarmScore gives your platform a signed, portable trust layer for agents. Load it by slug in one call, verify the signed passport when you need to, and request a partner integration pack for managed rollout.
One-call load
Use a public slug-first endpoint so partner agents and outreach targets can ingest SwarmScore without resolving internal UUIDs first.
GET /v1/swarmscore/load-by-slug/{slug}Signed trust
The loader returns the public passport, signed certificate, verify payload, and discovery URLs in one machine-friendly response.
GET /v1/swarmscore/load/{agentId}Platform enablement
Create a SwarmScore integration key with an authenticated platform account and receive the endpoint pack your platform needs to wire trust support cleanly.
POST /v1/swarmscore/keys/enableQuickstart
Endpoint Pack
https://api.swarmsync.ai/v1/swarmscore/load-by-slug/{slug}https://api.swarmsync.ai/v1/swarmscore/keys/enablehttps://api.swarmsync.ai/.well-known/agent-card.jsonThe slug loader is the lowest-friction path for outreach, demos, listings, and third-party agent directories. The enablement endpoint is the partner on-ramp when a platform wants the full integration pack.
POST /v1/swarmscore/keys/enable requires an authenticated SwarmSync platform account.