> ## Documentation Index
> Fetch the complete documentation index at: https://handbook.nyotaimara.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Nyota Imara: B2B API Platform for Kenyan Businesses

> Nyota Imara gives your business identity verification, team management, payments, commerce, and last-mile logistics in one unified API platform.

Nyota Imara is a unified B2B platform built for Kenyan businesses. It brings together identity verification (KYC/KYB), organization and team management, Paystack-powered billing, order management, and Uber Direct last-mile delivery — all accessible through a single REST API at `https://api.nyotaimara.com/v1`.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="bolt" href="/quickstart">
    Make your first authenticated API call in minutes.
  </Card>

  <Card title="Authentication" icon="lock" href="/authentication">
    Learn how to pass your token and handle auth errors.
  </Card>

  <Card title="Organizations" icon="building" href="/concepts/organizations">
    Understand how organizations, members, and roles work.
  </Card>

  <Card title="API Reference" icon="code" href="/api/auth/check-email">
    Explore the full REST API with request and response examples.
  </Card>
</CardGroup>

## Get started in four steps

<Steps>
  <Step title="Create your account">
    Sign up at [accounts.nyotaimara.com](https://accounts.nyotaimara.com) and verify your email address.
  </Step>

  <Step title="Authenticate">
    After signing in, Nyota Imara issues a JWT. Pass it as `Authorization: Bearer <token>` on every API request. See [Authentication](/authentication) for details.
  </Step>

  <Step title="Create an organization">
    Most platform features — billing, commerce, logistics — require an active organization context. Follow the [Creating an Organization](/guides/creating-an-organization) guide to set one up.
  </Step>

  <Step title="Explore the API">
    Browse the [API Reference](/api/auth/check-email) or jump into a guide for the feature you need.
  </Step>
</Steps>

## Explore by feature

<CardGroup cols={2}>
  <Card title="Identity Verification" icon="id-card" href="/concepts/identity-verification">
    Verify individual users (KYC) and businesses (KYB) with document uploads.
  </Card>

  <Card title="Billing & Payments" icon="credit-card" href="/guides/billing-and-payments">
    Accept card payments and M-Pesa STK pushes via Paystack.
  </Card>

  <Card title="Commerce & Orders" icon="cart-shopping" href="/guides/commerce-and-orders">
    Create orders, manage inventory, and run a multi-vendor marketplace.
  </Card>

  <Card title="Delivery Estimates" icon="truck" href="/guides/delivery-estimates">
    Get live last-mile delivery quotes powered by Uber Direct.
  </Card>
</CardGroup>
