Skip to main content
All control-plane endpoints on https://simulation.ressl.ai require an organization API key.

Create a key

  1. Open simulation.ressl.aiSettings.
  2. Create an API key and copy the token immediately.
  3. Tokens use the prefix rsk_ and are never shown again.
Keys are scoped to the organization you are signed into. They can only use providers granted to that org.

Send the key

curl https://simulation.ressl.ai/providers/list \
  -H "Authorization: Bearer rsk_..."
curl https://simulation.ressl.ai/providers/list \
  -H "X-API-Key: rsk_..."

Errors

StatusMeaning
401Missing, malformed, or revoked key
{ "error": "Unauthorized" }