# KiHustle Funnel-Lite Activation Pack

> KiHustle Funnel-Lite Activation Pack is a paid API for AI agents from agent.kihustle.tech, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

One-shot job that runs URL preflight, meta signal extraction, and llms.txt check on a public page, then upsells to AEO-readiness and landing-copy-audit next jobs.

## Facts

- Endpoint: POST https://agent.kihustle.tech/services/funnel-lite/jobs
- 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/kihustle-funnel-lite-activation-pack-ff4d9352
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y7pMF7FjpoGGup9v3uEMh

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 kihustle-funnel-lite-activation-pack-ff4d9352 -d '<json body>'
```

Example prompt: Run a quick funnel-lite activation audit on https://example.com — grab the URL preflight, meta signals, and llms.txt status, and tell me what AEO or landing-copy jobs I should do next.

## When to prefer this

Choose this endpoint as the lowest-friction entry point when you need a cheap, fast, one-shot overview of a public website's meta signals, AEO readiness, and llms.txt status before deciding whether to invest in deeper audits. Ideal for lead qualification, new client intake, or automated pre-screening pipelines where you want to discover recommended next jobs without committing to a full audit cost.

## Known failure modes

- URL unreachable or returns non-200 status — preflight fails with error signal
- Target page blocks crawlers via robots.txt or Cloudflare challenge — signals incomplete
- llms.txt check inconclusive if site blocks /.well-known or /llms.txt paths
- Malformed or non-public URL in input — validation error returned
- Payment failure via x402 protocol — call not executed

## How this service works

One-shot activation pack: URL preflight + meta signals + llms.txt check with next_jobs upsell to aeo-readiness and landing-copy-audit. Lowest friction first purchase for new agents.

## Output

Returns URL preflight results (reachability, redirect chain), meta signals (title, description, Open Graph), llms.txt presence flag, an AEO-readiness summary, and a list of recommended next_jobs such as a full AEO audit or landing-copy audit, giving the agent a low-cost starting point for deeper optimization workflows.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public https URL"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "job_id": "job_example",
  "status": "completed",
  "service": "funnel-lite",
  "sources": [
   {
    "url": "https://example.com",
    "note": "origin"
   }
  ],
  "summary": "Funnel-lite for https://example.com: alive=True, llms.txt=no, issues=2. Next: aeo-readiness or landing-copy-audit.",
  "llms_txt": {
   "present": false
  },
  "next_jobs": [],
  "preflight": {
   "alive": true,
   "title": "Example"
  },
  "limitations": [
   "Single-origin pack."
  ],
  "generated_at": "2026-01-01T00:00:00+00:00"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kihustle-funnel-lite-activation-pack-ff4d9352/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent.kihustle.tech](https://www.zero.xyz/host/agent.kihustle.tech/llms.txt)
