Query stock in plain language
Ask for low stock, expired items, damaged items, location-specific inventory, transfers, and recent activity.
AI Workflows
Use natural language to query inventory, run operational reports, and power automated workflows through Stocklyst CLI-ready APIs.

Natural-language endpoint
/api/v1/ai/query
Flexible query engine
/api/v1/query/builder
API key auth
/api/v1/api-keys
OpenAPI contract
/api/v1/openapi
Ask for low stock, expired items, damaged items, location-specific inventory, transfers, and recent activity.
Use joins, aggregations, groupings, and CSV output through the query builder endpoint for deeper operational analysis.
Trigger inventory, anomalies, movements, low-stock, and valuation reports through API endpoints from scripts and automations.
Generate read/write/admin keys, keep company context explicit, and operate within endpoint-specific rate limits.
Natural language query request
curl -X POST "https://stocklyst.com/api/v1/ai/query" \
-H "Authorization: Bearer sk_live_xxxxx" \
-H "Content-Type: application/json" \
-d '{
"query": "show all low stock items",
"companyId": "your-company-id"
}'Rate-limit profile
Use with Claude Code, Cursor, custom scripts, and other REST-capable MCP workflows.
Detect low-stock SKUs, suggest reorder quantities, and send daily summaries to operations leads.
Compare stock posture across branches and surface risk zones before they impact sales velocity.
Automate checks for negative quantities, stale stock, and unusual movement patterns by timeframe.
Generate inventory and transfer reports in JSON or CSV with prompts and pre-built query templates.
Stocklyst provides natural-language inventory querying through /api/v1/ai/query, a flexible query engine via /api/v1/query/builder, and report/export endpoints for automation workflows.
Yes. Any client that can call REST APIs can connect to Stocklyst endpoints. Teams commonly use Claude Code, Cursor, and custom scripts that use Claude or OpenAI models.
Access is controlled with API keys generated in Stocklyst, plus company-scoped context and endpoint-level rate limits for safer operations.
Yes. Stocklyst includes reports and export endpoints that can be called by scheduled or operator-triggered workflows for inventory insights and data extraction.
Start with secure API keys, connect your preferred AI client, and ship practical operations automations step by step.
Create account