# Zulu > NZ-made all-in-one business platform: 20+ modules (CRM, invoicing, products, inventory, > purchasing, job cards, forms and more) behind a single REST API that AI agents can operate > end-to-end on a business owner's behalf. Built as a structured, API-complete system — > not a chatbot bolted onto legacy software. ## Capabilities (live API today) - CRM & contacts, invoicing, product catalogue, inventory (stock + purchase orders), suppliers, job cards, file uploads, website/content (posts), tenant info - Roadmap (module exists, API coming): quoting, orders/fulfilment, point of sale, subscriptions, forms, scheduling, pipeline, KPIs, timesheets and more - Auth: bearer tenant API keys (`zulu_{64-hex}`); scoped per user - OpenAPI 3 spec available; webhooks and MCP server planned ## Key resources - API base: https://dashboard.getzulu.io/api/v1 - API reference: https://getzulu.io/developers/api/ - OpenAPI spec: https://getzulu.io/openapi.json - Quickstart: https://getzulu.io/developers/quickstart/ - Agent onboarding: https://getzulu.io/developers/agent-onboarding/ - Pricing: https://getzulu.io/pricing/ ## Getting started - Free trial, no credit card. Agent self-signup endpoint planned (see agent onboarding). - Generate an API key from your Zulu account settings. - Authenticate: `Authorization: Bearer zulu_{key}` — scopes are per user. - First calls: `GET /tenant_info` (context) then `GET /client` / `POST /client`. ## Notes for agents - Each marketing module page maps to an API resource; live modules show real requests. - A free/trial account is limited (e.g. 10 clients, 5 quotes/month, 5 sales/month) until upgraded. - See llms-full.txt for the complete per-module endpoint list.