# KosmoStream Biodynamic Planting Intelligence

> KosmoStream Biodynamic Planting Intelligence is a paid API for AI agents from kosmostream-iaas.kosmogrow.workers.dev, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-15).

Returns location- and date-specific biodynamic planting guidance including moon phase, geomagnetic Kp index, weather conditions, and recommended planting activities for a given GPS coordinate and date.

## Facts

- Endpoint: GET https://kosmostream-iaas.kosmogrow.workers.dev/v1/section/%7BsectionId%7D/%7Blat%7D/%7Blon%7D/%7Bdate%7D
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kosmostream-biodynamic-planting-intelligence-d67d598a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XiF4zbxM3uGIXmxMUuUXx

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 kosmostream-biodynamic-planting-intelligence-d67d598a
```

Example prompt: What's the biodynamic planting outlook for my farm at 37.8° N, 122.4° W on January 15, 2026 — is it a good day to sow above-ground crops, and what moon phase and Kp index are we looking at?

## When to prefer this

Choose this endpoint when you need biodynamic-specific planting intelligence that combines moon phase, geomagnetic Kp, and weather into a single actionable recommendation for a specific GPS location and calendar date. It is ideal for agricultural agents, garden planning apps, or biodynamic farming assistants that need real-time, location-aware planting guidance rather than generic moon-phase calendars. Prefer this over a generic weather API or standalone moon-phase service when the user explicitly wants biodynamic day type classification and planting activity recommendations.

## Known failure modes

- Invalid or out-of-range latitude/longitude returns an error response
- Unsupported or malformed date format causes a 400-level error
- Unknown or invalid sectionId path parameter may return 404 or empty result
- Payment failure via x402 protocol results in 402 Payment Required blocking the response
- Geomagnetic or weather data unavailable for remote locations may result in partial response

## How this service works

Location + date based biodynamic planting intelligence — weather, geomagnetic Kp, moon phase, and planting outlook. Paid per request in USDC on Base via x402.

## Output

A JSON object containing the biodynamic day metadata for the requested location and date, including: the day type (e.g. Fruit, Leaf, Root, Flower), current moon phase (e.g. Waxing Gibbous), recommended planting activities (e.g. sow or plant above-ground annuals), and the overall biodynamic planting outlook — potentially also incorporating geomagnetic Kp index and local weather conditions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "id": "bd-today",
  "title": "Biodynamic Day",
  "content": {
   "date": "2026-01-01",
   "type": "Fruit",
   "phase": "Waxing Gibbous",
   "activities": "Sow/plant above-ground annuals..."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kosmostream-biodynamic-planting-intelligence-d67d598a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kosmostream-iaas.kosmogrow.workers.dev](https://www.zero.xyz/host/kosmostream-iaas.kosmogrow.workers.dev/llms.txt)
