আপনার কাজ অনুযায়ী KmerHosting ইন্টারফেস বেছে নিন: AI ক্লায়েন্ট, অ্যাপ কোড, সরাসরি HTTP বা টার্মিনাল অটোমেশন।
All four interfaces use the same KmerHosting platform and documented permissions. Pick the one that best fits your workflow.
Connect compatible AI clients to KmerHosting through the Model Context Protocol.
Claude, ChatGPT, Gemini, Cursor and other compatible MCP clients.
https://mcp.kmerhosting.com/mcpUse official client libraries in TypeScript, Python, PHP and Java.
Backend applications and services that want typed or native API access.
npm install @kmerhosting/sdk
export KMERHOSTING_API_KEY="kh_live_..."Call the KmerHosting REST API directly with scoped API keys and documented endpoints.
Custom backends, integrations and systems that need direct HTTP control.
curl https://api.kmerhosting.com/v1/services \
-H "Authorization: Bearer $KMERHOSTING_API_KEY"Operate supported KmerHosting resources from a terminal or CI pipeline.
Administrators, scripts, deployment jobs and repeatable infrastructure tasks.
bun add --global github:KmerHosting/cli
export KMERHOSTING_API_KEY="kh_live_..."
kmerhosting services listAPI keys are secrets. Keep them in protected server or client environments, limit scopes, and never place them in browser code, public repositories, logs, or prompts.
ডকুমেন্টেশন