https://simulation.ressl.ai require an organization API key.
Create a key
- Open simulation.ressl.ai → Settings.
- Create an API key and copy the token immediately.
- Tokens use the prefix
rsk_and are never shown again.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authenticate platform API requests with an organization API key.
https://simulation.ressl.ai require an organization API key.
rsk_ and are never shown again.curl https://simulation.ressl.ai/providers/list \
-H "Authorization: Bearer rsk_..."
curl https://simulation.ressl.ai/providers/list \
-H "X-API-Key: rsk_..."
| Status | Meaning |
|---|---|
401 | Missing, malformed, or revoked key |
{ "error": "Unauthorized" }
