Your account — portrait by Prince on Pexels
API keys / Create

Create API key

NORTHGATE_KEY

Make sure to copy your API key now as you won’t be able to see it again.

cdr-

Explore further with our playgrounds:

Start by making your first request to the chat completions API:

shell

curl https://api.cinder.dev/v1/responses \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer cdr-8QfLmR3TnVzKpH2yWdXbA6UeJc4SgN1o" \
    -d '{
      "model": "cinder-2-reasoning",
      "input": "What is the meaning of life, the universe, and everything?"
    }'

Success

API key created successfully.