اپنے کام کے مطابق 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"API 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.
دستاویزات