Human Presence Verification for Python
Presence SDK — verify human presence before consequential actions execute.
Applications send intent and context. Presence verifies the person. Decionis decides whether execution proceeds.
Install
python -m pip install decionis-presence
export PRESENCE_API_KEY='presence_sk_…'
Thirty seconds to a verdict
import os
import uuid
from presence_sdk import Client
presence = Client(os.environ["PRESENCE_API_KEY"])
result = presence.run_sandbox_scenario("allow", f"quickstart-{uuid.uuid4().hex}")
print(result["policy_verdict"])
The fixture is signed with evidence_class: sandbox_fixture and always runs in Shadow
Mode. Tenant credentials belong on trusted servers only.
What happens
Application
↓
Intent + Context
↓
Presence
↓
Biometrics
↓
Liveness
↓
Presence Record
↓
Decionis Verdict
↓
Continue
Every Presence Check produces a signed Presence Record — portable evidence of who approved what, where, when, and on which device.
Quickstart
Install
↓
Configure
↓
Send Intent
↓
Receive Presence Result
↓
Verify Signature
↓
Done
Five minutes: docs/quickstart.md.
Supported scenarios
Wire Transfer
Treasury
Password Reset
Executive Meeting
Vendor Change
AI Approval
Examples
| Example | What it proves |
|---|---|
| simple | Your first Presence Check. |
| banking | A wire transfer with a verified Presence Record. |
| zoom | An executive meeting instruction held for review. |
| treasury | A treasury wire read through Shadow Mode enforcement. |
Documentation
Product documentation lives at presence.decionis.com.
Support
License
Apache-2.0. Use of the hosted Presence service is governed separately.
Release files for decionis-presence 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| decionis_presence-0.2.0.tar.gz | 9.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| decionis_presence-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.2 kB
Release files / decionis_presence-0.2.0.tar.gz
| Download URL | decionis_presence-0.2.0.tar.gz |
|---|---|
| Size | 9.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3d81b4ea8f5d35d9babc792216868e09045f270939b06bf3c9665f93323ec055
|
|
BLAKE2b-256 checksum How to use checksums |
8d5a8ac48596fb2d8dd132e3d9238e2b74191fc1f27347a51ad4529e959314a9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / decionis_presence-0.2.0-py3-none-any.whl
| Download URL | decionis_presence-0.2.0-py3-none-any.whl |
|---|---|
| Size | 9.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b59aa2ef508ddc5bacdaaccf9a8fc236447fe0c81ac17ae72f123ab5d8c25525
|
|
BLAKE2b-256 checksum How to use checksums |
5ad4fdfefda69c98178ec447371cb144963eb1007e72f6cbb5583d1c84044e64
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency log