Record what your AI agent is allowed to do
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agentcheck_sdk-0.1.0.tar.gz
(5.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentcheck_sdk-0.1.0.tar.gz.
File metadata
- Download URL: agentcheck_sdk-0.1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
095e5e643422881a3c051a7e0a7a633065d0ea73f8bfab79df41f23503fa936a
|
|
| MD5 |
560e7373fb70cdb7a5157045ff055d52
|
|
| BLAKE2b-256 |
c1be1d5cfd191ff11c1725fae36a13ccf3bb5b620841af9d1818a942db78194c
|
File details
Details for the file agentcheck_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agentcheck_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92119c628cc9d0e94f532edb65750451274cb03975b8ea817b4ba0fa9e3ffe75
|
|
| MD5 |
f6fee8886cd3b27e76e190165faea57d
|
|
| BLAKE2b-256 |
e648635575dfb37b15a2cb086933e13ef2b8b896e2c81e777aaade55d0ff4df5
|