OpenAI-compatible chat completions for Cipher. Full pitch + Cursor cookbook: secrypt.space/api.
Sign in at secrypt.space → Account → API keys → Create. Copy the sk_sec_… value once (it is not shown again).
curl https://secrypt.space/v1/models \ -H "Authorization: Bearer sk_sec_YOUR_KEY"
Use model id cipher (or alias secrypt-cloud).
curl https://secrypt.space/v1/chat/completions \
-H "Authorization: Bearer sk_sec_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "cipher",
"messages": [
{"role": "user", "content": "Say hello in one sentence."}
]
}'
Base URL: https://secrypt.space/v1 API Key: sk_sec_YOUR_KEY Model: cipher