AI 클라이언트, 애플리케이션 코드, 직접 HTTP, 터미널 자동화 중 작업 방식에 맞는 KmerHosting 인터페이스를 선택하세요.
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.
문서