AI Workflows

AI inventory management app for real operations

Use natural language to query inventory, run operational reports, and power automated workflows through Stocklyst CLI-ready APIs.

Operations team member running AI-assisted inventory queries on laptop

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

What you can do today

Query stock in plain language

Ask for low stock, expired items, damaged items, location-specific inventory, transfers, and recent activity.

Build advanced analytics requests

Use joins, aggregations, groupings, and CSV output through the query builder endpoint for deeper operational analysis.

Run scheduled report workflows

Trigger inventory, anomalies, movements, low-stock, and valuation reports through API endpoints from scripts and automations.

Control access with scoped API keys

Generate read/write/admin keys, keep company context explicit, and operate within endpoint-specific rate limits.

Example: AI query workflow

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

  • Query Builder: 30 requests/minute
  • Reports: 20 requests/minute
  • Exports: 10 requests/minute
  • Company-scoped context required

Use with Claude Code, Cursor, custom scripts, and other REST-capable MCP workflows.

SEO-focused AI use cases

AI reorder assistant

Detect low-stock SKUs, suggest reorder quantities, and send daily summaries to operations leads.

Branch health monitoring

Compare stock posture across branches and surface risk zones before they impact sales velocity.

Inventory anomaly checks

Automate checks for negative quantities, stale stock, and unusual movement patterns by timeframe.

Operator reporting copilots

Generate inventory and transfer reports in JSON or CSV with prompts and pre-built query templates.

FAQ

What AI functionality is available today in Stocklyst?

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.

Can I use Claude or OpenAI-based tools with Stocklyst?

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.

How is access secured?

Access is controlled with API keys generated in Stocklyst, plus company-scoped context and endpoint-level rate limits for safer operations.

Can AI workflows run reports and exports?

Yes. Stocklyst includes reports and export endpoints that can be called by scheduled or operator-triggered workflows for inventory insights and data extraction.

Build your AI inventory workflow on Stocklyst

Start with secure API keys, connect your preferred AI client, and ship practical operations automations step by step.

Create account