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:

FedRAMP Assessment

Generate FedRAMP compliance assessments

CMMC Assessment

Automate CMMC compliance workflows

FIPS Assessment

Validate FIPS 140-3 requirements

Diagram Generation

Auto-generate compliance diagrams

Next steps

API Reference

Explore the complete API documentation

Control Schemas

View NIST control mapping schemas

Get Support

Contact our support team

Visit Homepage

Learn more about Nabla