Introduction
The Core API is the foundation of the Procivis One platform. It provides the full set of credential, schema, DID, key, and trust infrastructure operations, as well as the SSI protocol endpoints that wallets and verifiers interact with directly.
Most platform functionality is available through the Core API, either directly or via the Enterprise Backend, which mirrors Core endpoints and forwards calls to Core on your behalf. Integrate directly with Core when you are building a custom integration that bypasses the Enterprise Backend, or when you need access to capabilities not exposed through it — including task scheduling, and signature and certificate operations used by the WRPR.
Key areas:
- Credential and schema management
- DID and key management
- Trust anchor and trust entity management
- SSI protocol endpoints (OpenID4VC issuance and verification)
- Task scheduling for automated operations
- Signature and certificate operations
Authentication: Core supports no authentication, static token, and STS modes. STS mode is recommended for production. See Authentication and authorization.
License: Open source → Procivis One Core on GitHub