Guide
Quickstart
Tiga langkah: dapat undangan, buat API key, kirim request chat/completions.
1. Dapat undangan
Pilot tertutup. Minta akses dari landing (email/WhatsApp ops), lalu redeem undangan di /account/invite dan masuk di /account/login.
2. Buat API key
Di portal → API Keys. Plaintext key hanya ditampilkan sekali (awalan nesa_). Salin saat itu atau rotate jika hilang.
3. Request pertama
Base URL https://nesarouter.com/v1. Pakai model trial gratis, misalnya nesarouter/step-3.7-flash-free.
curl
curl https://nesarouter.com/v1/chat/completions \
-H "Authorization: Bearer nesa_<client_key_anda>" \
-H "Content-Type: application/json" \
-d '{
"model": "nesarouter/step-3.7-flash-free",
"messages": [{"role": "user", "content": "Halo dari NesaRouter"}]
}'Untuk Cursor / OpenCode / SDK, lihat Integrations atau wizard di /account/integrations.