AgencyCore CLI
Command-line interface for AgencyCore — manage your CRM, outreach sequences, and pipeline from the terminal.
Install
pip install agencycore-cli
Or with uv:
uv pip install agencycore-cli
Requires Python 3.10+.
Quick Start
# Log in (connects to AgencyCore staging by default)
ac login
# Use --dev for local development
ac login --dev
# Check your identity
ac whoami
# Check API health
ac health check
CRM Commands
# Companies
ac crm companies list
ac crm companies get <id>
ac crm companies create --name "Acme Corp" --industry Technology
# People (Contacts)
ac crm people list
ac crm people create --email jane@acme.com --full-name "Jane Smith"
# Deals
ac crm deals list
ac crm deals create --name "Enterprise Deal" --stage qualified --amount 50000
ac crm deals move <id> --stage negotiation
# Activities
ac crm activities list --status pending
ac crm activities create --type call --title "Follow up" --due-date 2026-03-20
# Communications
ac crm comms unread
ac crm comms draft-email --contact-id <id> --subject "Hello" --content "..."
# Search & Dashboard
ac crm search "acme"
ac crm dashboard --period 30
# Lists & Import
ac crm lists list
ac crm import preview --file contacts.json
Envoy (Outreach)
ac envoy sequences list
ac envoy outbox pending
ac envoy dashboard
Output Modes
All commands support rich table output (default) or JSON for scripting:
ac crm deals list # Pretty tables
ac crm --json deals list # Raw JSON
ac crm --json deals list | jq '.[].name' # Pipe to jq
Development
git clone https://github.com/AlterityNetwork/ac-cli.git
cd ac-cli
uv sync --all-extras
uv run pytest
License
MIT
Release files for agencycore-cli 1.41.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agencycore_cli-1.41.0.tar.gz | 293.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agencycore_cli-1.41.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 426.7 kB
Release files / agencycore_cli-1.41.0.tar.gz
| Download URL | agencycore_cli-1.41.0.tar.gz |
|---|---|
| Size | 293.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a8115ce3a8f0749bbb35fdeb310f7f2059588cf32cb6cdb0d2f84f82ae814be2
|
|
BLAKE2b-256 checksum How to use checksums |
22dbb519c3d8b09af3e4e33a84230a21c1c77a67ab793cd4cce4ce430ae1629b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
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 Jul 31, 2026.
Transparency logRelease files / agencycore_cli-1.41.0-py3-none-any.whl
| Download URL | agencycore_cli-1.41.0-py3-none-any.whl |
|---|---|
| Size | 133.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a789d33c2884343d0ccbb23ebb0d2f772bfe541db598b3c03ccb10cd6e56983b
|
|
BLAKE2b-256 checksum How to use checksums |
0b7734d39d1fc4f6bfbcc9402008b70dd8329704bee5be5dfa7212db46de1e80
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
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 Jul 31, 2026.
Transparency log