Skip to main content

API Quickstart

Get started with the embraceableAI Sandbox API in minutes. This guide will help you choose the right API and make your first test request.

Test Your API Key

Before you start building, verify that your Sandbox API key is working correctly.

Step 1: Create an API Key

Create a new API Key in the embraceableAI Sandbox Console. For more details, see the Authentication Section.

Step 2: Test the API Key

Test your Sandbox API key by making a simple request to the model endpoint:

curl -H "Authorization: Bearer your-key" \
https://sandbox.embraceable.ai/api/preview/model

If you receive a 200 response, your API key is valid and you're ready to start building your application.

Choose Your API

Conclusion API

Best for: Structured reasoning with full control and transparency

  • Granular control over Goal, Details, and Policy inputs
  • Complete audit trail of reasoning steps
  • Policy-aware decision making
  • Asynchronous workflow with polling support

OpenAI-Compatible API

Best for: Quick integration with existing OpenAI applications

  • Drop-in replacement for OpenAI clients
  • Single-turn conclusion interface
  • Zero-code migration from OpenAI
  • Limitations: No conversations, no function calling, no streaming