agentcheck
Record what your AI agent is allowed to do.
Install
pip install agentcheck
Quickstart
import agentcheck
agentcheck.init(api_key="ak_live_...", base_url="https://agentcheck.fly.dev")
proof = agentcheck.record(
agent="factory-bot",
scope="order parts under $10K, monitor equipment 24/7",
authorized_by="kim@factory.com"
)
# Kim gets an email, clicks "Approve"
# Anyone can verify: /api/v1/verify/{proof.id}
record = agentcheck.get(proof.id)
print(record.status) # "approved"
API
| Function | Description |
|---|---|
agentcheck.init(api_key, base_url) |
Initialize with your API key |
agentcheck.record(agent, scope, authorized_by) |
Create agreement |
agentcheck.get(id) |
Get agreement details |
agentcheck.list(status, agent) |
List agreements |
agentcheck.amend(id, new_scope) |
Amend agreement scope |
Sign Up
from agentcheck import Client
result = Client.signup(
email="dev@company.com",
company_name="My Company",
base_url="https://agentcheck.fly.dev"
)
print(result["api_key"]) # Save this - shown once only
License
MIT
Release files for agentcheck-sdk 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agentcheck_sdk-1.0.1.tar.gz | 21.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentcheck_sdk-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 47.6 kB
Release files / agentcheck_sdk-1.0.1.tar.gz
| Download URL | agentcheck_sdk-1.0.1.tar.gz |
|---|---|
| Size | 21.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f892ceccb19d46459abb057d1ff82173ea6a52b3d3aa69383a2b43e5d41f826a
|
|
BLAKE2b-256 checksum How to use checksums |
2fd4b7b8aba1e708ff4cc4026b29a214200b0736e1be6e22d5aaf263090a8f5d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.6
|
Release files / agentcheck_sdk-1.0.1-py3-none-any.whl
| Download URL | agentcheck_sdk-1.0.1-py3-none-any.whl |
|---|---|
| Size | 26.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b05de00fcca2fd78796445fc341da521a6d444c19b76e7b1abcbe11fd0563dcb
|
|
BLAKE2b-256 checksum How to use checksums |
590ab6b8a6b45fcb45ad114919fe16a140fc8de506423dabf76668a4040512a8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.6
|