Documentation Index
Fetch the complete documentation index at: https://docs.artifacta.io/llms.txt
Use this file to discover all available pages before exploring further.
Install
pip install artifacta-cli installs both the CLI binary and the Python SDK.
You get artifacta on your PATH and from artifacta import Client in Python.Requirements
| Method | Requires |
|---|---|
| pip | Python 3.10+ |
| Homebrew | macOS or Linux with Homebrew |
| curl | macOS or Linux (amd64, arm64) |
Verify installation
Output
Upgrade
What’s included
| Component | What you get |
|---|---|
| CLI | artifacta push, pull, ls, inspect, link, rm, session, whoami, auth, config |
| Python SDK | from artifacta import Client — push(), pull(), pull_bytes(), push_dict(), list(), get(), delete(), create_link(), seal_session() |