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.
Get your API key
Sign up at app.artifacta.io and copy your API key from the onboarding screen. Keys start withak_live_.
Install
pip install artifacta-cli gives you both the CLI and the Python SDK.
Authenticate
- Environment variable (recommended)
- CLI login
Output
Push → List → Pull
Push a file
Upload an artifact tagged with a session ID.The human-readable block prints to stderr; the trailing artifact ID prints to stdout so you can pipe it:
Output
artifacta push report.pdf | xargs artifacta pull.Do the same thing in Python
What to try next
Multi-Agent Pipeline
Coordinate artifact handoffs across agents using sessions and metadata.
CLI Reference
Full reference for every CLI command, flag, and environment variable.
Python SDK
Push dicts, pull bytes, and manage sessions from Python.
REST API
Integrate from any language with the REST API.
Agent integration tip: Set
ARTIFACTA_SESSION_ID in the environment before spawning sub-agents.
Every agent inherits the session automatically — zero flag passing required.