# Zulu — full capability manifest for AI agents > Generated from the module registry (data/modules.json) and the live OpenAPI spec. > In production this file is built automatically so it never drifts from the API. > Status legend: [LIVE] endpoints exist · [PARTIAL] some capability via related resource · [ROADMAP] no API yet. API base: https://dashboard.getzulu.io/api/v1 Auth: Authorization: Bearer zulu_{64-hex} (tenant key, scoped per user) OpenAPI: https://getzulu.io/openapi.json ## Sell & Get Paid ### Contact CRM [LIVE] resource: client Create/update/search contacts, read records, log notes. - GET /client | GET /client/{token} | POST /client | PUT /client/{token} - GET /note/{object}/{token} | POST /note/{object}/{token} ### Digital Invoicing [LIVE] resource: invoice Create invoices, manage line items, read payment status. - GET /invoice | GET /invoice/{token} | POST /invoice | PUT /invoice/{token} - POST /invoice/{token}/line | PUT /invoice/{token}/line/{line_id} | DELETE /invoice/{token}/line/{line_id} ### Online Quoting [ROADMAP] resource: quote Pull pricing, build and send quotes, convert to invoice/order. ### Order Fulfilment [ROADMAP] resource: order Create/track orders, update fulfilment, trigger shipments. Premium: sorder_automation, sale_fulfil_forex. ### Point of Sale [ROADMAP] resource: sale Create sales, read takings, reconcile. Premium: pos_dine. ### Subscription & Renewal Billing [ROADMAP] resource: subscription Create/manage subscriptions, read recurring revenue, dunning. ## Stock & Operations ### Product Database [LIVE] resource: product Create/update products, pricing, images, categories/tags/brands, taxonomy. Premium: product_supersede. - GET /product | GET /product/{token} | GET /product/taxonomy | POST /product | PUT /product/{token} - POST /product/{token}/image | PUT /product/{token}/price | PUT /product/{token}/category | PUT /product/{token}/tag ### Inventory Management [PARTIAL] resource: product.stock + porder Read stock levels (ProductStock); raise/receive purchase orders. Roadmap: dedicated stock-movement & low-stock endpoints. Premium: product_batch. - GET /product/{token} (stock) | POST /porder | POST /porder/{token}/line | GET /porder ### Purchasing & Suppliers [LIVE] resource: porder + supplier Manage suppliers, raise POs incl. forex, manage PO lines. Premium: porder_automation. - GET /porder | GET /porder/{token} | POST /porder | PUT /porder/{token} | POST /porder/{token}/line - GET /supplier | GET /supplier/{token} | POST /supplier | PUT /supplier/{token} ### Production & Manufacturing [ROADMAP] resource: production ### Asset Management [ROADMAP] resource: asset ## People & Time ### Job Cards [LIVE] resource: jobcard Create/update/list job cards. - GET /jobcard | GET /jobcard/{token} | POST /jobcard | PUT /jobcard/{token} ### Job & Project Management [PARTIAL] resource: job ### Staff & Timesheets [ROADMAP] resource: timesheet ### Booking Scheduler [ROADMAP] resource: booking ### Event Ticketing [ROADMAP] resource: event ### Learning Library [ROADMAP] resource: course ### Visitor Management [ROADMAP] resource: visitor ## Run & Grow ### Digital Forms [ROADMAP] resource: form ### Visual Pipeline (Kanban) [ROADMAP] resource: pipeline ### Goals & Metrics (KPIs) [ROADMAP] resource: goal ### Sequences (Automation) [ROADMAP] resource: sequence ### Website Builder & CMS [LIVE] resource: post - GET /post/{type} | GET /post/{type}/{identifier} | POST /post | PUT /post/{id} ### File Storage [LIVE] resource: file - POST /file ### Support Ticketing [ROADMAP] resource: ticket ## Account & context - GET /tenant_info [LIVE] — account/tenant context - GET / [LIVE] — API status (public) ## Trial / limits Free/trial accounts are capped (e.g. 10 clients, 5 quotes/month, 5 sales/month) until upgraded. Plans bundle modules à la carte (standard/premium); extra users $25/month.