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.1.tar.gz
(16.9 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.1.tar.gz.
File metadata
- Download URL: proxima_cli-1.0.1.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c06427b0eb4337eefebab870bfedddc0d883151c2907650dc76c2490dfc7d62e
|
|
| MD5 |
251bfef0d63cbe67c771dc0a7d215065
|
|
| BLAKE2b-256 |
1b30716288a0723e9de02e5e3601431101c7f9f635c7b0b51f89c21da7e002ea
|
File details
Details for the file proxima_cli-1.0.1-py3-none-any.whl.
File metadata
- Download URL: proxima_cli-1.0.1-py3-none-any.whl
- Upload date:
- Size: 26.7 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 |
121d420be3746277e4823c8c986d5e75764b5c0a164e6396991585dd7359ba9a
|
|
| MD5 |
25c0bb3598276032b1e6b8bf56d1c497
|
|
| BLAKE2b-256 |
7cc2925e56f9f810ba3cbc41a7bfded16126a519afa4e5f9d88ccd36f5922354
|