Proxima AIP CLI — manage your Proxima Intelligence platform
Project description
Proxima CLI
The official command-line interface for Proxima AIP — manage your AI agent platform from the terminal.
Install
pipx install proxima-cli
# or
pip install proxima-cli
Quick Start
# Login (opens browser for SSO)
prox login
# Check connection
prox whoami
# List agents
prox agent list
# Create a domain
prox domain create --id finance --name "Finance"
# Deploy an agent from a package
prox agent deploy --from ./my-agent/
Configuration
# Set your platform gateway URL
prox config set gateway https://gateway.your-platform.com
# Set catalog (for pulling pre-built agents)
prox config set catalog https://catalog.proximaintel.com
# View config
prox config list
Commands
| Command Group | Description |
|---|---|
prox login / logout / whoami |
Authentication |
prox config |
Environment configuration |
prox catalog |
Browse and pull agents from Proxima Catalog |
prox agent |
Create, configure, deploy, publish agents |
prox toolbox |
Build and register toolboxes |
prox knowledge |
Manage data sources and knowledge bases |
prox secret |
Manage credentials |
prox model |
Register LLM providers |
prox ontology |
Manage entity models |
prox routine |
Schedule autonomous agent execution |
prox workflow |
Multi-agent orchestration pipelines |
prox governance |
Audit logs and usage stats |
prox platform |
Health checks and service management |
Agent Deployment
prox agent deploy --from ./my-agent/
Expects:
my-agent/
├── agent.yaml # Agent config
├── toolbox/ # Optional: custom tools
│ ├── tools.py
│ ├── Dockerfile
│ └── requirements.txt
├── knowledge.yaml # Data source requirements
└── workspace.json # Dashboard layout
One command. Full agent. Production-ready.
CI/CD
prox login --api-key $PLATFORM_API_KEY
prox config set gateway $GATEWAY_URL
prox agent deploy --from ./agents/my-agent/
Documentation
Full docs at docs.proximaintel.com/cli
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
proxima_cli-1.0.0.tar.gz
(17.1 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 proxima_cli-1.0.0.tar.gz.
File metadata
- Download URL: proxima_cli-1.0.0.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fd0efa4b8a42c77c34624ce70450ef61bf799b5ee94f3617323183ff262bf86
|
|
| MD5 |
fdb287717e6bd0da3a803f517a05e7de
|
|
| BLAKE2b-256 |
cccdc236e5dc96ce7a85c1f04662ecfc95676b4a5cfe04bb81edac5c47ceb86c
|
File details
Details for the file proxima_cli-1.0.0-py3-none-any.whl.
File metadata
- Download URL: proxima_cli-1.0.0-py3-none-any.whl
- Upload date:
- Size: 26.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
479cbf166f152355b8c7a4a334649a9020db135b07a80f535d97dfbaa583e557
|
|
| MD5 |
1cddf894ebf679a3535b83d1d6bfb4f4
|
|
| BLAKE2b-256 |
6da9528be2302f1d720efde2639d5dd746fecb02e40bdc9031a150e239eb029e
|