Build on the
Inklura business platform
Inklura is an all-in-one business-management platform — point of sale, invoicing, CRM, helpdesk, SMS & email marketing, and SEO. These docs cover the platform API, the bext PRISM SDK that Inklura apps are built on, integrations, events, and cross-domain SSO.
$ curl -H "Authorization: Bearer $INKLURA_TOKEN" https://manage.inklura.fr/api/trpc/auth.getSessionIntroduction
What Inklura is, and how the API, SDK, and integrations fit together.
Quickstart
Get a token and call your first tRPC procedure in five minutes.
Authentication
Sessions, Bearer JWTs, OIDC, magic links, and feed API keys.
API Reference
The tRPC surface: how to call a router.procedure and read the result.
Platform API
The tRPC + REST API — 350+ routers spanning commerce, CRM, invoicing, POS, CMS, and marketing.
SDK & Framework
Build Inklura apps on bext PRISM: routing, loaders, KV, queue, tasks, cache, secrets, and entities.
Integrations
SMS, email/MJML, behavioral journeys, SEO reports, and the helpdesk.
Events & Webhooks
Scheduled jobs, queue workers, and signature-verified inbound webhooks.
Embedding & SSO
Single sign-on across *.inklura.fr, iframe embedding, and subdomain provisioning.
Guides
End-to-end walkthroughs: build an app, deploy it, and script the API.
Reference
The bext CLI, bext.config.toml, and the changelog.