PLATFORM
Surfaces & endpoints
A reference map of Summit Cognitive's public technical surfaces — where to point a client, what each one returns, and which calls need a key. Everything listed here is live and reachable today; for the canonical, always-current endpoint list, read the OpenAPI spec linked at the bottom.
Two services carry the platform: the Decision Receipt API, which evaluates autonomous agent actions and emits signed, hash-chained receipts, and the Platform API, which fronts the broader graph and intelligence surface. A separate TAXII discovery surface serves threat intelligence over the STIX/TAXII standard. The companion sites publish the written work that surrounds the platform.
Decision Receipt API
Base URL https://decrec.summitcognitive.ai. HTTPS, JSON request and response bodies. Read endpoints in the groups below are unauthenticated; write endpoints require an API key on the X-API-Key header (also accepted as a Bearer token in Authorization). The interactive Swagger reference is at decrec.summitcognitive.ai/docs, and a hosted playground lets you exercise the flow without writing code.
Health & status
No authentication. Use these for liveness checks and dashboards.
?deep=true adds storage connectivityCore evaluation flow
Requires X-API-Key. These are the write endpoints that create and verify receipts.
POST /v1/verify checks a receipt you supply, but you can also verify offline against the server's published Ed25519 public key — no key of your own required for that path.
Keys
No authentication.
Ledger & search
No authentication. Read across the receipt ledger and slice it by agent, repository, or pull request.
?q=, ?agent=, ?repo=, ?verdict=?repository=?ids=id1,id2Insight
No authentication. Roll-ups for dashboards and observability.
Specification
Platform API
Base URL https://api.summitcognitive.ai. A health endpoint confirms the platform is up.
{"status":"ok"} when the platform is reachableTAXII 2.1 threat-intel discovery
Base URL https://taxii.summitcognitive.ai/taxii2/. A standards-compliant STIX/TAXII 2.1 discovery surface for threat-intelligence collections. Authentication is required — an unauthenticated request returns 401. Point a TAXII 2.1 client at the discovery URL with valid credentials to enumerate the available API roots and collections.
401 without)Companion sites
The platform sits alongside a set of published surfaces — the written and recorded work that frames how Summit Cognitive thinks about admissible, accountable autonomy.
- book.summitcognitive.ai — Admissible Reality, the long-form book.
- warrant.summitcognitive.ai — the Warrant podcast.
- dispatches.summitcognitive.ai — essays and short-form writing.
- research.summitcognitive.ai — research papers (access-controlled).
- status.summitcognitive.ai — platform status and incident history.
This page is a curated map, not the contract. The canonical, always-current list of Decision Receipt API endpoints — with full schemas, parameters, and status codes — is the live OpenAPI specification at /v1/openapi.json, rendered interactively at decrec.summitcognitive.ai/docs. When this page and the spec disagree, the spec wins.