PHP SDK
composer require akumi-cloud/sdkTypeScript SDK
npm install @akumi/sdkPython SDK
pip install akumiAuthenticate
Every SDK authenticates with an API key, sent only as a bearer token on theAuthorization header. Add a payment method, then create a key under Platform > API keys, and load it from the environment rather than committing it to your code.
The base URL is preconfigured, so you only supply the key.
Resources
Every SDK exposes the same resources on the client:chat: create chat completions, the core inference call.models: list the models available to your organization.memory: manage long-term memory.memoryThreads: create and manage conversation threads.auditLogs: read the metadata-only audit trail.
chat.create.