Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Credential
paradym:create_credential
Create and optionally issue a new verifiable credential to a connection.
Write
Medium risk
Create Invitation
paradym:create_invitation
Create a connection invitation that can be shared with others to establish a connection.
Write
Medium risk
Create Proof Request
paradym:create_proof_request
Create and send a proof request to a connection asking them to present specific credentials.
Write
Medium risk
Create Schema
paradym:create_schema
Create a new credential schema that defines the structure and attributes for credentials.
Write
Medium risk
Get Connection
paradym:get_connection
Fetch a single connection by ID with its current state and metadata.
Read
Low risk
Get Credential
paradym:get_credential
Fetch a single verifiable credential by ID with its current status and metadata.
Read
Low risk
Get Proof Request
paradym:get_proof_request
Fetch a single proof request by ID with its current state and response details.
Read
Low risk
Get Schema
paradym:get_schema
Fetch a single credential schema by ID with its attributes and validation rules.
Read
Low risk
List Connections
paradym:list_connections
List connections with optional filtering by state, DID, or label.
Read
Low risk
List Credentials
paradym:list_credentials
List verifiable credentials with optional filtering by status, type, or holder.
Read
Low risk
List Proof Requests
paradym:list_proof_requests
List proof requests with optional filtering by state, connection, or verification status.
Read
Low risk
List Schemas
paradym:list_schemas
List credential schemas with optional filtering by name, version, or status.
Read
Low risk
Revoke Credential
paradym:revoke_credential
Revoke a verifiable credential, making it invalid and unusable.
Write
Medium risk
Verify Presentation
paradym:verify_presentation
Verify a verifiable presentation to check its authenticity and validity.
Write
Medium risk