Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rootkey.ai/llms.txt

Use this file to discover all available pages before exploring further.

The ROOTKey API is a standard REST API accessible from any language or HTTP client. Any environment capable of sending HTTPS requests and parsing JSON can integrate with ROOTKey without an SDK.

REST API - No SDK Required

All ROOTKey functionality is available directly through the REST API using standard HTTP libraries. Authentication requires only an x-api-key header. See the API Reference for full endpoint documentation.
curl -X POST https://api.rootkey.ai/vaults \
  -H "x-api-key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{ "name": "My Vault" }'

Code Examples

The API Reference includes interactive examples and code snippets for every endpoint. Examples are available for:
  • Shell (cURL)
  • JavaScript / Node.js
  • Python
Access examples directly in the API Reference or use the interactive API playground in the documentation.

Community and Integrations

ROOTKey integrates with a range of enterprise platforms through our partner network and custom-built connectors. See Native Integrations for the integration model.

SDK Roadmap

Official SDK packages for common languages are on the ROOTKey roadmap. If SDK support for a specific language is important to your integration, let us know - contact support@rootkey.ai with your use case and language preference.

API Reference

Full endpoint documentation with interactive examples.

Quickstart

Make your first API call in under 5 minutes.