Skip to main content

spectackl

Command-line interface to the Spectackl Public REST API — built for AI agents and operators who need programmatic access to artifacts, scenes and task executions without going through the web UI.

pipx install spectackl   # isolated venv, binary on PATH
# or
pip install spectackl

Upgrading

pipx install --force spectackl

--force rather than pipx upgrade, and rather than a bare pipx install. A bare install leaves an existing app untouched (pip inside its venv reports "Requirement already satisfied"), and pipx upgrade re-resolves whatever spec the app was first installed from — so an app installed once from a local path or a pin will keep reinstalling that, however many releases have been published since. --force discards the venv and resolves the latest release from PyPI. Under pip, the equivalent is pip install --upgrade spectackl.

Check what landed with spectackl --version. If it still reports the old number, pip's index cache is stale — add --pip-args="--no-cache-dir".

Quick start

spectackl init --api-key spc_… --backend-url https://api.spectackl.ai --project my-project
spectackl artifact list --json

API keys are managed in the Spectackl Admin Console. init writes .spectackl/settings.yaml in the current directory and a user-global ~/.config/spectackl/settings.yaml; both are created 0600 and neither should be committed.

What it does

Command Purpose
spectackl search <query> Hybrid full-text + semantic search across a project's content
spectackl artifact Get, list, create and update artifacts
spectackl relation Manage the artifact graph (INCLUDES, DOCUMENTS, DEPENDS_ON, …)
spectackl context Inspect scenes (work contexts) and the artifacts they scope
spectackl task Claim, progress and complete task executions
spectackl assets sync Materialize the project's agents and skills into ./.claude/
spectackl rsync Reconcile artifact content with local files, in both directions
spectackl daemon Run agent sessions on this machine

Every command accepts --json for machine-readable output, and every command returns a documented exit code — 0 success, 10 auth required, 20 validation, 30 not found, 40 upstream unavailable, and so on — so scripts can branch on failures precisely rather than parsing text.

Designed for agents

Output is stable and parseable, errors are structured, and the exit-code scheme is part of the public contract. spectackl assets sync writes agent and skill definitions in the exact layout Claude Code reads, built from the same artifacts the platform provisions into a sandbox — so an agent invoked on a workstation is the one that runs in production.

Requirements

  • Python 3.10+
  • A Spectackl tenant and an API key (spc_ prefix)

Documentation

Full guide: https://docs.spectackl.ai

License

MIT

Release files for spectackl 1.2.9

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for spectackl 1.2.9
File Size Uploaded
spectackl-1.2.9.tar.gz 125.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for spectackl 1.2.9
File Interpreter ABI Platform
spectackl-1.2.9-py3-none-any.whl Python 3 none any Details

Total release size: 225.8 kB

Release files / spectackl-1.2.9.tar.gz

Download URL spectackl-1.2.9.tar.gz
Size 125.1 kB
Tags Source
SHA-256 checksum
How to use checksums
374d71e40de541885056bd9125f5ef47b9583cf6859f89519bc74c4d5dd874d3
BLAKE2b-256 checksum
How to use checksums
3f149c37ea9404c8950436f37b064ff82ee22a152d7960e048f6a7ce155ff45d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release files / spectackl-1.2.9-py3-none-any.whl

Download URL spectackl-1.2.9-py3-none-any.whl
Size 100.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
4ff6e10da3cd48fba1da6f4c140c19ad8b1f2ee9171c2b52f917bbb3fd17dcd2
BLAKE2b-256 checksum
How to use checksums
4ec97dfc02a170b65378a003e1248cf5458b9000eab5d7051eb33fd4ae715643
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.14

Release history Release notifications | RSS feed

1.2.10

2 release files

This release

1.2.9 This release

2 release files

1.2.8

2 release files

1.2.7

2 release files

1.2.6

2 release files

1.2.5

2 release files

1.2.4

2 release files

1.2.3

2 release files

1.2.2

2 release files

1.2.1

2 release files

1.2.0

2 release files

1.1.5

2 release files

1.1.4

2 release files

1.1.3

2 release files

1.1.1

2 release files

0.0.2

2 release files

0.0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page