Skip to main content

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
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

MethodRequires
pipPython 3.10+
HomebrewmacOS or Linux with Homebrew
curlmacOS or Linux (amd64, arm64)

Verify installation

artifacta --version
Output
artifacta, version 0.2.0

Upgrade

pip install --upgrade artifacta-cli

What’s included

ComponentWhat you get
CLIartifacta push, pull, ls, inspect, link, rm, session, whoami, auth, config
Python SDKfrom artifacta import Clientpush(), pull(), pull_bytes(), push_dict(), list(), get(), delete(), create_link(), seal_session()
Both share a codebase and are always installed together. There is no separate CLI-only or SDK-only package.