Autonomous business-operations engine — part of the GozerAI ecosystem.
Arclane runs the operational loop of a small business as code. Feed it leads and revenue events; it forecasts your pace toward goals, surfaces bottlenecks before they bite, benchmarks performance, and schedules content ahead of time — all behind a single FastAPI service.
- Revenue & goal forecasting — project pace toward targets and flag bottlenecks early
- Lead & event ingestion — webhook endpoints for leads, custom metrics, and revenue with attribution
- Performance benchmarks — measure a business against baseline cohorts
- Content scheduling — auto-fill a content calendar with drafts days ahead
- Operational cycles — recurring autonomous runs with persisted state
- Clean REST API — FastAPI surface with interactive OpenAPI docs out of the box
Pro and Enterprise tiers add revenue intelligence, advanced analytics, A/B experimentation, and upsell automation. See gozerai.com/pricing.
pip install -e ".[dev]"# Apply database migrations, then start the API
alembic upgrade head
uvicorn arclane.api.app:app --reload
# Interactive API docs: http://localhost:8000/docspytest tests/ -v- Python >= 3.12
- See
pyproject.tomlfor dependencies
AGPL-3.0 for open-source use (see LICENSE); a commercial license is available for proprietary use. Contact sales@gozerai.com.