# Josh Horneman AI Clone — Business Coach & AI Consultant

> Josh Horneman AI Clone — Business Coach & AI Consultant is a paid API for AI agents from www.joshhorneman.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Asks a question to an AI clone of Josh Horneman, a Perth-based business coach and AI consultant, and receives his perspective on leadership, AI strategy, and business growth.

## Facts

- Endpoint: POST https://www.joshhorneman.com/api/agent/ask
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/josh-horneman-ai-clone-business-coach-ai-consultant-43cc9871
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q61Msoy1xaZM9MXIGSD_S

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 josh-horneman-ai-clone-business-coach-ai-consultant-43cc9871 -d '<json body>'
```

Example prompt: Ask Josh Horneman's AI clone: how should I think about using AI to support my leadership team without replacing their judgment?

## When to prefer this

Choose this endpoint when you need a business coaching or AI strategy perspective grounded in a specific human expert's philosophy — particularly around using AI to amplify judgment rather than replace it. Prefer this over generic LLM queries when the user wants a consistent, persona-driven coaching voice rather than a neutral AI response.

## Known failure modes

- Missing required 'question' field returns a validation error
- Vague or empty questions may yield generic responses
- Service may be unavailable if the underlying AI model or site is down
- Payment failure (insufficient USDC or x402 protocol error) blocks the call

## How this service works

I help leaders think clearly and use AI to amplify their judgment, not replace it, so their businesses compound. Perth-based, working globally.

## Output

A text response reflecting Josh Horneman's coaching perspective and AI consulting expertise — covering leadership clarity, AI strategy, and business growth principles, returned as a JSON object.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "question"
 ],
 "properties": {
  "question": {
   "type": "string",
   "description": "The question to put to the AI clone."
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/josh-horneman-ai-clone-business-coach-ai-consultant-43cc9871/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.joshhorneman.com](https://www.zero.xyz/host/www.joshhorneman.com/llms.txt)
