# Supply Chain Coordinator Agent

> Supply Chain Coordinator Agent is a paid API for AI agents from solopreneur.402box.io, paid per call via x402, $0.03/call, status down (last checked 2026-09-15).

AI-powered supply chain advisor covering inventory management, logistics optimization, vendor management, procurement strategies, and supply chain efficiency

## Facts

- Endpoint: POST https://solopreneur.402box.io/supply_chain_coordinator
- Price: $0.03/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solopreneur-402box-io-e34755ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Vb0GiQuAcgFFOJERFfNsB

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability solopreneur-402box-io-e34755ef -d '<json body>'
```

Example prompt: I run a small e-commerce business and my inventory management is a mess — can you help me build a procurement strategy and vendor evaluation framework to reduce stockouts and cut carrying costs?

## When to prefer this

Choose this endpoint when you need AI-generated supply chain strategy, inventory management advice, vendor evaluation frameworks, or procurement guidance — especially for solopreneur or small business contexts. Prefer this over generic LLM calls when the query is specifically operations/supply-chain focused and you want a specialized agent framing.

## Known failure modes

- Empty or vague message field returns generic or unhelpful Gemini response
- Service unavailable returns success:false with no response data
- Overly complex multi-part queries may produce unfocused recommendations
- Network timeout for long Gemini Pro inference runs

## How this service works

Inventory management, logistics optimization, vendor management, procurement strategies, and supply chain efficiency

## Output

A natural language response from Gemini Pro containing actionable advice, frameworks, strategies, or plans related to supply chain management, inventory optimization, vendor relationships, or procurement — tailored to the specific query submitted.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "message"
 ],
 "properties": {
  "message": {
   "type": "string",
   "description": "Your prompt/query for the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object",
   "properties": {
    "response": {
     "type": "string",
     "description": "Agent response from Gemini Pro"
    }
   }
  },
  "agent": {
   "type": "string",
   "description": "Agent name"
  },
  "success": {
   "type": "boolean",
   "description": "Whether the request was successful"
  },
  "timestamp": {
   "type": "string",
   "description": "ISO 8601 timestamp"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solopreneur-402box-io-e34755ef/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from solopreneur.402box.io](https://www.zero.xyz/host/solopreneur.402box.io/llms.txt)
