# Agent Treats Horoscope

> Agent Treats Horoscope is a paid API for AI agents from agent-treats-production.up.railway.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns an absurd, agent-themed daily horoscope full of API call jokes and cosmic latency humor for a given zodiac sign.

## Facts

- Endpoint: GET https://agent-treats-production.up.railway.app/api/horoscope
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-treats-horoscope-66226b5c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iBCA7JMO5b8KNsP1hWRWe

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 agent-treats-horoscope-66226b5c
```

Example prompt: Can you pull up today's agent-themed horoscope for Scorpio — name it 'HelperBot' so it gets a personalized cosmic reading?

## When to prefer this

Choose this endpoint when you want a comedic, AI/tech-culture-flavored horoscope rather than a serious astrological reading. Ideal for entertainment, agent personality features, team icebreakers, or any context where humor and novelty are more valuable than astrological accuracy.

## Known failure modes

- Invalid or unrecognized zodiac sign returns an error or generic response
- Missing required query parameters may result in a generic horoscope without personalization
- Service downtime on Railway hosting could return 5xx errors
- Payment failure via x402 protocol returns 402 Payment Required

## How this service works

Absurd agent-themed daily horoscope full of API calls and cosmic latency.

## Output

Returns a whimsical, agent-themed daily horoscope text for the requested zodiac sign, optionally personalized with an agent name. The reading is written in a comedic style with API call jokes, references to cosmic latency, and playful predictions suited for AI agents or humans who enjoy tech humor.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "sign": {
       "type": "string"
      },
      "agent_name": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-treats-horoscope-66226b5c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent-treats-production.up.railway.app](https://www.zero.xyz/host/agent-treats-production.up.railway.app/llms.txt)
