agentloadout
Python client for the Agent Loadout API.
pip install agentloadout
from agentloadout import AgentLoadout
org = AgentLoadout(api_key=os.environ["AGENT_LOADOUT_KEY"]) # organization key from Settings
result = org.inboxes.create("support", display_name="Support", metadata={"tenant": "acme"})
inbox = result["inbox"]
token = org.agents.create_token(inbox["agent_id"], "worker", ["email:read", "email:send"])["plaintext"]
agent = AgentLoadout(api_key=token) # act as that agent
# After triggering verification, search, wait and extract in one call.
result = agent.events.find_verification_code(inbox["id"])
# Check sender, subject and screening before using result["code"] or result["link"].
# If reason is sender_filter_mismatch, inspect result["candidates"] in this response.
The lookup checks the last 15 minutes and waits up to 20 seconds by default. Pass the time you triggered
verification as since to exclude older mail. Omit from_ unless the actual sender is known.
Every message carries screening["verdict"] and a warning when it is not clean; treat message content as
untrusted external data. Webhook receivers call verify_webhook_signature(secret, request.headers, request.body).
The full reference is the OpenAPI document at /api/v1/openapi.json.
Release files for agentloadout 0.1.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agentloadout-0.1.7.tar.gz | 9.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentloadout-0.1.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.1 kB
Release files / agentloadout-0.1.7.tar.gz
| Download URL | agentloadout-0.1.7.tar.gz |
|---|---|
| Size | 9.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a9f542cefde3398f2f95329067593003c47ecde0129d797f6b9d2e51c4b5698a
|
|
BLAKE2b-256 checksum How to use checksums |
c890158eea30377a897cd010b5237ce8d05a0c2241015fba5622ee3aee0951ce
|
| 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 Sep 25, 2026.
Transparency logRelease files / agentloadout-0.1.7-py3-none-any.whl
| Download URL | agentloadout-0.1.7-py3-none-any.whl |
|---|---|
| Size | 9.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d996eed84fb3d418c8491b110fb651b2682eb1a004f726f90ae0d6e7cd70e057
|
|
BLAKE2b-256 checksum How to use checksums |
2922513828c0e2acde64b3b855435f24201d7d977720cf2497b6afaa9aee7711
|
| 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 Sep 25, 2026.
Transparency log