noOrCode is a unified AI proxy — one API key, one base URL, access to every major AI model. Drop it in anywhere you'd use OpenAI or Anthropic. Here's everything you need in under 5 minutes.
base_url and api_key. Everything else stays the same.Create your account at noOrcode.com. If you already have an account, head to the /dashboard.
Go to Billing and add credits via Paymob (EGP) or SDG manual deposit. Starter bundle starts at ≈ 275 EGP.
Go to API Keys → Create new API key. Give it a name (e.g. "Cursor", "Production"). The key is shown once — copy and store it immediately.
Use the cURL example below or jump straight to your IDE setup guide.
curl https://api.noOrcode.com/v1/chat/completions \ -H "Authorization: Bearer sk-noor-YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "noor/claude-sonnet-4-6", "messages": [ { "role": "user", "content": "Hello from noOrCode!" } ] }'