Skip to main content

Documentation

Protocol documentation

Everything you need to integrate, understand, and extend SecureStamp.

REST APIv1.3

API Reference

Complete SSTP protocol endpoints: domain and email verification, trust scoring, stamp embed, webhooks, and more.

API Reference
F4MCP

Action Proof — Execution Authorization

Authorize the effect, not just access to the tool: the canonical example, the three steps, the local authorization ceiling, the contracts the verifier recomputes, and how to verify a receipt offline.

Action Proof — Execution Authorization
SSPIBeta

Execution layer in the whitepaper

The same layer at specification depth: the five-link proof chain, single-use grants, quorum profiles as signed policy snapshots, the open adapter platform and the evidence boundaries.

Execution layer in the whitepaper
Protocolv0.4

Whitepaper

Technical specification and design rationale for the SecureStamp protocol: five-level trust model, notarial layer, Action Verdict, the Action Proof execution chain, signals, scoring and architecture.

Whitepaper
TrustL5

Notarial Model & L5

How SecureStamp reaches L5 Certified: an ES256-signed notarial record of the message envelope plus business-identity (KYB) review. The five levels and the honest boundary: it certifies origin and integrity, not content truthfulness.

Notarial Model & L5
RoadmapNext release

Confidential Mail (next release)

End-to-end encryption between verified identities is documented as a technical roadmap item. It is intentionally held back from the first .online onboarding and plugin release.

Confidential Mail (next release)
InfrastructureBeta

Run a node

Guide to joining the SecureStamp federated network: requirements, setup, configuration, and node operator obligations.

Run a node
Open SourceGitHub

Protocol Spec

Formal SSTP protocol specification on GitHub: messages, cryptography, validation, and federation rules.

GitHub
GlossaryA-Z

Glossary

Dictionary of SecureStamp, cryptography, email, protocol and infrastructure terms for end users, support teams and junior developers.

Glossary

Quick start

The fastest way to verify a domain or email: a single GET request, no authentication required.

Try the verifier
curl
curl -X POST https://securestamp.online/api/trust/check \
  -H "Content-Type: application/json" \
  -d '{"target":"example.com"}'
Documentation — SecureStamp Protocol | SecureStamp Foundation