# Aurelius Node 01 Texas Regional Corridor Industrial Supply Chain API

> Aurelius Node 01 Texas Regional Corridor Industrial Supply Chain API is a paid API for AI agents from aurelius-node-01.onrender.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns industrial inventory and supply chain data for the Texas regional corridor

## Facts

- Endpoint: GET https://aurelius-node-01.onrender.com/api/v1/supply
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aurelius-node-01-texas-regional-corridor-industrial-supply-chain-api-3823def6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IHF0uKfX2ZT6yGiXWW0GF

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 aurelius-node-01-texas-regional-corridor-industrial-supply-chain-api-3823def6
```

Example prompt: Can you pull the current industrial inventory and supply chain data for the Texas regional corridor from the Aurelius node?

## When to prefer this

Choose this endpoint when you need industrial inventory and supply chain data specifically scoped to the Texas regional corridor. Prefer it over general supply chain databases when the geographic focus on Texas is required and a low per-call cost ($0.05 USDC) is acceptable. Note that the schema is loosely defined, so results should be treated as exploratory rather than relied upon for structured data pipelines.

## Known failure modes

- No input schema defined — unexpected parameters may be ignored silently
- Sparse output schema (generic 'data' object) means response structure is unpredictable
- Service hosted on Render free tier may have cold-start latency or availability gaps
- Payment failure via x402 protocol results in 402 response with no data returned
- Empty or null data object returned if no inventory records exist for the corridor

## How this service works

Aurelius Node 01: Real-time Texas Regional Corridor ground-truth oracle (DFW, Permian, Gulf Coast, Central TX). Provides 46-item supply matrix: structural steel, industrial copper/aluminum, OCTG casing, oilfield supply, piping, aggregates, concrete & green energy infrastructure. Includes EIA fuel rack benchmarks & spot hotshot freight rates. Returns JSON schema with stock levels, lat/lng, lead times, hazmat status, & instant $0.05 USDC settlement via Base x402 V2.

## Output

Returns a data object containing Texas regional corridor industrial inventory and supply chain matrix information, along with a node identifier string indicating which Aurelius node served the response.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "properties": {}
  },
  "output": {
   "type": "object",
   "examples": [
    {
     "node": "Aurelius Node 01",
     "region": "Texas Regional Corridor",
     "timestamp": "2026-07-29T14:30:00Z",
     "item_count": 46,
     "sample_item": {
      "id": 42,
      "lat": 31.9974,
      "lng": -102.0779,
      "city": "Midland",
      "state": "TX",
      "hazmat": false,
      "category": "Steel & Piping",
      "hub_name": "Permian Basin Hub Alpha",
      "zip_code": "79701",
      "item_name": "OCTG Casing Pipe 7in L80 Seamless",
      "length_ft": 40,
      "spec_grade": "API 5CT L80",
      "updated_at": "2026-07-29 14:30:00",
      "stock_level": 1250,
      "min_order_qty": 100,
      "allows_hotshot": true,
      "min_ticket_usd": 50,
      "unit_price_usd": 42.5,
      "lead_time_hours": 4,
      "unit_of_measure": "linear_foot",
      "availability_type": "Immediate Yard Stock",
      "weight_lbs_per_unit": 26,
      "allows_customer_pickup": true
     }
    }
   ],
   "properties": {
    "data": {
     "type": "array",
     "items": {
      "type": "object",
      "properties": {
       "id": {
        "type": "number"
       },
       "lat": {
        "type": "number"
       },
       "lng": {
        "type": "number"
       },
       "city": {
        "type": "string"
       },
       "state": {
        "type": "string"
       },
       "hazmat": {
        "type": "boolean"
       },
       "category": {
        "type": "string"
       },
       "hub_name": {
        "type": "string"
       },
       "zip_code": {
        "type": "string"
       },
       "item_name": {
        "type": "string"
       },
       "length_ft": {
        "type": "number"
       },
       "spec_grade": {
        "type": "string"
       },
       "updated_at": {
        "type": "string"
       },
       "stock_level": {
        "type": "number"
       },
       "min_order_qty": {
        "type": "number"
       },
       "allows_hotshot": {
        "type": "boolean"
       },
       "min_ticket_usd": {
        "type": "number"
       },
       "unit_price_usd": {
        "type": "number"
       },
       "lead_time_hours": {
        "type": "number"
       },
       "unit_of_measure": {
        "type": "string"
       },
       "availability_type": {
        "type": "string"
       },
       "weight_lbs_per_unit": {
        "type": "nu
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aurelius-node-01-texas-regional-corridor-industrial-supply-chain-api-3823def6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aurelius-node-01.onrender.com](https://www.zero.xyz/host/aurelius-node-01.onrender.com/llms.txt)
