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.4.0.tar.gz
(11.2 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.4.0.tar.gz.
File metadata
- Download URL: agentcheck_sdk-0.4.0.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b45d85687dfcbd1b708ffaab8194ec940d58814510e8bd1903b26bf98d28e16b
|
|
| MD5 |
3dda51b111c490f6302bf0c4ab90616f
|
|
| BLAKE2b-256 |
59606db964ef7ee1dbfa974976c9dcaf5193ae1213e6f4d45f307eca0c68647f
|
File details
Details for the file agentcheck_sdk-0.4.0-py3-none-any.whl.
File metadata
- Download URL: agentcheck_sdk-0.4.0-py3-none-any.whl
- Upload date:
- Size: 14.0 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 |
5cd90acf3a219f8d446b4761b5c747b7f0dcc82b74641cf3bb716c3b08083708
|
|
| MD5 |
d80c5e0bf639de088e7ead45a0b1f28c
|
|
| BLAKE2b-256 |
a282dce35faf5f9b634bc2956373adb1f84e6da45d139795a6a459621b8f17cc
|