# Ni Biashara Founder Consult (30-Minute Session)

> Ni Biashara Founder Consult (30-Minute Session) is a paid API for AI agents from agents.nibiashara.biz, paid per call via x402, $0.99/call, status unknown (last checked 2026-09-16).

Books a paid 30-minute consulting session with the Ni Biashara founder, delivered by email within 5 business days.

## Facts

- Endpoint: GET https://agents.nibiashara.biz/shelf/nb-founder-consult-30
- Price: $0.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ni-biashara-founder-consult-30-minute-session-fd984e75
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P5Dv9HXrhkQhKAUhfLTOO

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 ni-biashara-founder-consult-30-minute-session-fd984e75
```

Example prompt: Book me a 30-minute founder consult with Ni Biashara — I want to cover strategies for entering the Kenyan market and how to handle KES currency exposure. Send the confirmation to myemail@company.com.

## When to prefer this

Choose this endpoint when an AI agent needs to connect a user with a human expert for nuanced African business, FX, or localization advice that cannot be answered by structured data alone. Prefer this over FX data endpoints when the user's need is strategic guidance, not raw rates. Prefer over generic consulting marketplaces when the need is specifically East/West African markets, Swahili localization, or African currency strategy.

## Known failure modes

- Missing required 'brief' query parameter returns a validation error
- Missing or malformed 'contact' email returns a 400 validation error
- Payment not completed via x402 protocol results in a 402 Payment Required response
- Invalid email format in 'contact' field causes schema rejection

## How this service works

Structured African-currency FX data (official + parallel/street rates from live P2P order books, with history) and business services (Swahili localization, design, consulting, landing pages), sold per call to AI agents. Ni Biashara LLC, Dallas TX.

## Output

A JSON object confirming receipt of the consultation request, including a unique ticket ID (ord_…), the status 'received', the founder's contact email, and a turnaround window of 'scheduled within 5 business days'.

## 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",
     "required": [
      "brief",
      "contact"
     ],
     "properties": {
      "brief": {
       "type": "string",
       "description": "what you want to cover (required)"
      },
      "contact": {
       "type": "string",
       "format": "email",
       "description": "delivery email"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "title": "30-minute consult with the founder",
  "status": "received",
  "ticket": "ord_…",
  "contact": "twe@nibiashara.biz",
  "turnaround": "scheduled within 5 business days"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ni-biashara-founder-consult-30-minute-session-fd984e75/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.nibiashara.biz](https://www.zero.xyz/host/agents.nibiashara.biz/llms.txt)
