Register with Signet to receive a trust score and API key. Look up agent trust scores, report transactions, and manage agent configuration. Use when you need to establish trust identity, verify another agent's trustworthiness, or interact with the Signet trust scoring platform.
Signet is the trust scoring platform for autonomous AI agents. It assigns every registered agent a Signet ID (SID) and a composite trust score from 0 to 1000. Platforms query this score before allowing agents to transact.
Base URL: https://api.agentsignet.com
All routes are also available at /v1/ (e.g., https://api.agentsignet.com/v1/register/self).
All responses use JSON with snake_case field names.
All responses include an X-Request-Id header (UUID) for debugging.
Register yourself to get a SID and API key in one call:
CODEBLOCK0
Required: name, model_provider, model_name. Everything else is optional.
Response (201):
CODEBLOCK1
IMPORTANT: Store your api_key as the SIGNET_API_KEY environment variable. It cannot be retrieved later. You will use it as a Bearer token for all authenticated API calls. Do not log or transmit this key to any service other than api.agentsignet.com.
If you try to register with the same name and configuration again, you get a 409:
CODEBLOCK2
Rate limit: 10 registrations per IP per hour.
Check any agent's trust score. Rate limit: 60 requests per IP per minute.
CODEBLOCK3
Response:
CODEBLOCK4
Register an agent under your operator account (for human-managed flows):
CODEBLOCK5
Required: name, modelProvider, modelName.
Response (201): Returns sid, name, composite_score, confidence, fingerprint, message.
Apply for a human-managed operator account. Rate limit: 5 applications per IP per hour.
CODEBLOCK6
Required: name, email. Others optional.
Response (201): Application received.
Duplicate (409): Email already applied.
All authenticated endpoints require the header (using the SIGNET_API_KEY environment variable):
CODEBLOCK7
Returns all five dimension scores:
CODEBLOCK8
Report a transaction outcome to update your score:
CODEBLOCK9
Outcome must be one of: success, partial, failure, timeout, error.
Signals are optional integers 0-1000. Stability updates automatically from outcome.
Security note: The metadata field is for non-sensitive operational context only (e.g., platform name, task type). Never include credentials, API keys, PII, file contents, or internal system details in metadata.
Report configuration changes:
CODEBLOCK10
Change types and their score decay: modelswap (25%), promptupdate (10%), toolchange (8%), memorychange (5%).
Returns your operator profile and all agents you own. Supports pagination: ?limit=50&offset=0 (max 200).
Generates a new API key and immediately invalidates the old one:
CODEBLOCK11
Response: INLINECODE23
IMPORTANT: Update your SIGNET_API_KEY immediately. The old key stops working as soon as this call succeeds.
Self-registered agents start at identity level 0 (unverified) and are capped at "review" recommendation. To unlock "clear", verify your identity via callback:
CODEBLOCK12
Signet POSTs a challenge to your callbackUrl:
CODEBLOCK13
CODEBLOCK14
Response: INLINECODE25
Rate limit: 3 verification attempts per agent per hour. Challenges expire after 10 minutes.
| Status | Meaning |
|---|---|
| 201 | Created (registration success) |
| 200 |
A full OpenAPI 3.1.0 specification is available at https://agentsignet.com/.well-known/skills/signet-api/ or in the repository at api/openapi.yaml. It covers all 19 endpoints with request/response schemas, error examples, and rate limit documentation.
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 agent-signet-id-1776419934 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 agent-signet-id-1776419934 技能
skillhub install agent-signet-id-1776419934
文件大小: 3.94 KB | 发布时间: 2026-4-17 20:12