Metadata-Version: 2.4
Name: hivespace
Version: 0.1.3
Summary: Hivespace CLI — talk to your team's Hivespace workspace from the terminal
License-Expression: Apache-2.0
Keywords: agents,workspace,cli,hivespace
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.15.0
Requires-Dist: click>=8.0
Requires-Dist: httpx>=0.28.0
Requires-Dist: rich>=13.0

# Hivespace CLI

Talk to your team's [Hivespace](https://hivespace.app) workspace from the
terminal — read and write the shared team drive, manage agents, and run
workflows.

```bash
uv tool install hivespace      # or: pipx install hivespace / pip install hivespace
hivespace auth login           # paste a personal access token from the web UI
hivespace --help
```

The CLI talks to `https://hivespace.app` by default; point it elsewhere with
`HIVESPACE_SERVER=https://your-host`.

This is a thin HTTP client (only `typer`, `click`, `httpx`, `rich`) — it does
not contain or run the Hivespace server.
