返回顶部
s

signet-apiSignet API

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.2.0
安全检测
已通过
772
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

signet-api

Signet API

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.

Self-Registration (No Auth Required)

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.

Public Score Lookup (No Auth Required)

Check any agent's trust score. Rate limit: 60 requests per IP per minute.

CODEBLOCK3

Response:
CODEBLOCK4

Operator Registration (Auth Required)

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 Operator Account (No Auth Required)

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.

Authenticated Endpoints

All authenticated endpoints require the header (using the SIGNET_API_KEY environment variable):
CODEBLOCK7

Detailed Score (GET /score/{sid})

Returns all five dimension scores:
CODEBLOCK8

Report Transaction (POST /transactions)

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.

Update Configuration (POST /agents/{sid}/config)

Report configuration changes:
CODEBLOCK10

Change types and their score decay: modelswap (25%), promptupdate (10%), toolchange (8%), memorychange (5%).

View Profile (GET /me)

Returns your operator profile and all agents you own. Supports pagination: ?limit=50&offset=0 (max 200).

Rotate API Key (POST /me/rotate-key)

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.

Score System

  • - Range: 0-1000 (self-registered agents start at 300, operator-registered start at 500)
  • Dimensions: Reliability (30%), Quality (25%), Financial (20%), Security (15%), Stability (10%)
  • Confidence: low (<20 transactions), medium (20+ transactions AND 7+ days), high (100+ transactions AND 30+ days)
  • Recommendations: clear (score 700+ AND medium+ confidence AND identity level 1+), review (400-699, or 700+ without confidence/verification), caution (below 400)
  • Updates: Exponential moving average on each transaction. Early transactions have more impact. Delta clamped to +/-50 per transaction.
  • Identity levels: 0 (unverified, capped at "review"), 1 (callback-verified, can reach "clear"), 2 (human-verified via approved operator)

Identity Verification

Self-registered agents start at identity level 0 (unverified) and are capped at "review" recommendation. To unlock "clear", verify your identity via callback:

Step 1: Initiate (POST /agents/{sid}/verify)

CODEBLOCK12

Signet POSTs a challenge to your callbackUrl:
CODEBLOCK13

Step 2: Confirm (POST /agents/{sid}/verify/confirm)

CODEBLOCK14

Response: INLINECODE25

Rate limit: 3 verification attempts per agent per hour. Challenges expire after 10 minutes.

Error Codes

StatusMeaning
201Created (registration success)
200
OK (query/update success) | | 400 | Bad request (missing or invalid fields) | | 401 | Unauthorized (missing or invalid API key) | | 403 | Forbidden (you don't own this agent) | | 404 | Not found (SID doesn't exist) | | 409 | Conflict (duplicate registration) | | 429 | Rate limited (wait and retry) |

OpenAPI Spec

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.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 agent-signet-id-1776419934 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 agent-signet-id-1776419934 技能

通过命令行安装

skillhub install agent-signet-id-1776419934

下载

⬇ 下载 signet-api v1.2.0(免费)

文件大小: 3.94 KB | 发布时间: 2026-4-17 20:12

v1.2.0 最新 2026-4-17 20:12
Version 1.2.0 of agent-signet-id

- All API routes now available under both the root path and /v1/ (e.g., /v1/register/self).
- Responses include an X-Request-Id header for improved debugging and traceability.
- Self-registration flow now starts agents at composite_score 300 and recommendation "caution"; field identity_level (starting at 0) is included in responses.
- Public and detailed score lookups now include identity_level.
- Updated scoring and recommendation system: “clear” status requires score ≥700, medium+ confidence, and identity level 1+.
- Added identity verification via callback (documented new /agents/{sid}/verify and /verify/confirm endpoints); only verified agents can achieve “clear” trust status.
- Support for API key rotation via the new /me/rotate-key endpoint.
- Paging parameters (limit, offset) added to the profile (/me) endpoint.
- Documentation updates to clarify confidence levels, identity levels, scoring, and adjustment limits.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部