Skip to main content

Get started in three steps

Get your first compliance assessment running with Nabla’s API.

Step 1: Get your API key

1

Schedule a call

Book a pilot interest call with our team to get started.
2

Receive credentials

After your call, you’ll receive your API key and access credentials via email.
3

Set up authentication

Store your API key securely as an environment variable:
export NABLA_API_KEY="your-api-key-here"

Step 2: Make your first API call

curl -X POST https://api.usenabla.com/v1/assessments \
  -H "Authorization: Bearer $NABLA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "framework": "fedramp-moderate",
    "organization": "Your Organization"
  }'

Step 3: Explore compliance frameworks

Nabla supports multiple compliance frameworks and control mappings:

Next steps