Metadata-Version: 2.4
Name: bindai-api
Version: 0.1.0
Summary: REST API for the BindAI Framework
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: bindai>=0.1.5
Requires-Dist: fastapi>=0.115.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: uvicorn[standard]>=0.30.0

# BindAI API

REST API for the BindAI Framework.

The API exposes BindAI agents, workflows, projects, and background automation execution through HTTP endpoints.

## Requirements

- Python 3.12+
- BindAI
- FastAPI
- Uvicorn

## Authentication

API endpoints under `/api/v1` require a Bearer API key.

Set:

```text
BINDAI_API_KEY=your-api-key
