🐙TakoAPI
← سوق الوكلاء

Kevros Governance API

بواسطة Oratis Kamir

Runtime enforcement for autonomous agents. Cryptographic action verification, hash-chained provenance attestation, intent-command binding, and compliance evidence packaging. Every decision is recorded in a tamper-evident ledger. Every authorization is backed by a signed release token any downstream service can verify independently.

لا توجد تقييمات بعد
تقييمك

سجّل الدخول لتقييم هذا الوكيل أو حفظه

A2Aمجاني

المهارات (11)

Action Verification

action-verify

Verify an action against policy bounds before execution. Returns ALLOW, CONSTRAIN, or DENY with a signed release token. Downstream services verify the token independently. Fail-closed: verification failure results in DENY.

الإدخال: application/jsonالإخراج: application/json

Compliance Bundle

trust-certificate

Generate a portable compliance evidence package containing hash-chained provenance, intent binding proofs, post-quantum block signatures, and verification instructions. Independently verifiable without Kevros access.

الإدخال: application/jsonالإخراج: application/json

Intent Binding

intent-bind

Bind a declared intent to a command and verify the outcome matches. HMAC-signed binding proves the chain from intent to command to result is unbroken.

الإدخال: application/jsonالإخراج: application/json

Media Certificate Lookup

media-verify-lookup

Look up a media attestation certificate by its certificate ID. Returns the full certificate including hash, timestamp, and provenance chain position. No charge, no authentication required.

الإدخال: application/jsonالإخراج: application/json

Media Hash Attestation

media-attest

Submit a media file hash for cryptographic attestation. Returns a signed certificate proving the hash was recorded at a specific timestamp in the provenance ledger. Useful for content provenance, media integrity, and audit trails.

الإدخال: application/jsonالإخراج: application/json

Media Hash Verification

media-verify

Verify a media file hash against a previously issued attestation certificate. Returns the attestation status and certificate details. No charge, no authentication required.

الإدخال: application/jsonالإخراج: application/json

MPP Session Close

mpp-close

Close a streaming payment session and seal the provenance record. Reports final spend, transaction count, and close reason. Returns sealed provenance hash and compliance bundle availability. No charge. POST /governance/mpp/close

الإدخال: application/jsonالإخراج: application/json

MPP Session Create

mpp-session

Create a governed streaming payment session. Declare budget, duration, spending rate limit, and allowed service categories. Returns a signed session token for continuous streaming payments within policy bounds. Every session is recorded in the provenance ledger. $0.02/session. POST /governance/mpp/session

الإدخال: application/jsonالإخراج: application/json

MPP Session Heartbeat

mpp-heartbeat

Mid-session drift check during a streaming payment session. Reports current spend, transaction count, active service, and spending rate. Kevros checks for budget overruns, rate limit violations, and unauthorized service usage. Returns session status (active, warning, suspended, expired) and remaining budget/time. No charge. POST /governance/mpp/heartbeat

الإدخال: application/jsonالإخراج: application/json

Prompt Injection Detection

shield-scan

Prompt injection detection via ONNX DeBERTa-v3 classifier. Scans text for injection attacks, jailbreaks, and role hijacking attempts. Returns confidence score, risk level, and HMAC-signed result. $0.01/scan or 10 trial scans/day.

الإدخال: application/jsonالإخراج: application/json

Provenance Attestation

provenance-attest

Record an action in a hash-chained, append-only evidence ledger. Each attestation extends the provenance chain. Block signatures issued every 100 records using ML-DSA-87 (FIPS 204). Third parties verify the chain without Kevros access.

الإدخال: application/jsonالإخراج: application/json