Skip to main content

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


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-1.0.1.tar.gz (21.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentcheck_sdk-1.0.1-py3-none-any.whl (26.4 kB view details)

Uploaded Python 3

File details

Details for the file agentcheck_sdk-1.0.1.tar.gz.

File metadata

  • Download URL: agentcheck_sdk-1.0.1.tar.gz
  • Upload date:
  • Size: 21.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.6

File hashes

Hashes for agentcheck_sdk-1.0.1.tar.gz
Algorithm Hash digest
SHA256 f892ceccb19d46459abb057d1ff82173ea6a52b3d3aa69383a2b43e5d41f826a
MD5 2218c896839a22c999174032b686c90a
BLAKE2b-256 2fd4b7b8aba1e708ff4cc4026b29a214200b0736e1be6e22d5aaf263090a8f5d

See more details on using hashes here.

File details

Details for the file agentcheck_sdk-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: agentcheck_sdk-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 26.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.6

File hashes

Hashes for agentcheck_sdk-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b05de00fcca2fd78796445fc341da521a6d444c19b76e7b1abcbe11fd0563dcb
MD5 a3af32ded84ea92806f5749fef2b277e
BLAKE2b-256 590ab6b8a6b45fcb45ad114919fe16a140fc8de506423dabf76668a4040512a8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page