COMING VERY SOON
Acai.sh will be free and open-source. We are now accepting requests for early access & feedback.
What is the Acai API?
The Acai JSON API provides direct, programmatic access to your product’s specifications and implementation state. While theacai CLI handles local workflows and the MCP server integrates with AI assistants, the REST API enables you to build custom integrations, internal tools, or webhooks that interact seamlessly with your requirements data.
Why use it?
- Custom Integrations: Connect Acai with your existing issue trackers, CI/CD pipelines, or deployment workflows.
- Automated Reporting: Programmatically query test coverage, acceptance metrics, and feature completion status to generate custom reports.
- Direct Manipulation: Create, read, update, and delete feature requirements (ACIDs) on the fly from any application.
Quickstart
Get your API Key
To authenticate with the API, you’ll need an API key. You can generate one from your workspace settings in the Acai Dashboard.
Make a Request
Use any standard HTTP client to interact with the API. The base URL is
https://api.acai.sh.Here is an example using curl to fetch the status of a specific requirement: