Use the Core42 AI connector to build and deploy AI and cloud-based solutions.
Integrating your application with Core42 AI lets you use these operations in an automation. It exposes 7 actions, listed below. Add the connector from the Connections area, authenticate, then select its operations in the automation builder. Capabilities: actions.
Authentication
Before you begin, make sure you have the following information:
Connection Name: Choose a meaningful name for your connection. This name helps you identify the connection within your application or integration settings.
Authentication Type: The authentication method for this connector is defined in the connection setup. Select the connector in the Connections area to see the fields it requires.
Obtaining Your API Key
Log in to your Core42 Compass account.
Go to Workspace, then click API keys.
Click Create.
Enter a name for the API key (no spaces or special characters).
Under Select Resources, assign the model resources this key should use. If you have not subscribed to a model yet, go to the Products page and contact the Compass team to purchase access first.
Under API Key Visibility, choose who can use the key, or leave it on the default All Project Users.
Click Create to generate the key.
Copy the generated API key and store it securely — Core42 only displays it once.
Authentication & setup
API Key Authentication
Create API key in account management section
Subscribe to AI models via Products page
Contact Compass team to purchase model access
Assign API resources to enable API usage
Header Formats
Azure OpenAI style: Include API key in
api-keyheaderOpenAI style: Use
Authorization: Bearer YOUR_API_KEYheader
Actions
Action Name | Description |
|---|---|
Chat completions | Creates chat completions with Core42 Compass AI |
Chat completions (Streaming) | Creates chat completions with Core42 Compass AI in streaming fashion |
Create embeddings | Creates an embedding vector that represents the input text |
Create image | Creates an image for the given text prompt |
List models | Lists the currently available models and provides basic information about each one, such as availability |
Send message to realtime session | Sends a message to a Core42 Compass AI realtime session |
Start realtime session | Start a realtime session with Core42 Compass AI. |
About the API
Core42 Compass unifies 50+ leading AI models (text, vision, speech, embeddings) through a single API. The platform provides REST-based endpoints (HTTPS/JSON) for text generation, embeddings, audio transcription/translation, image analysis and generation, function calling, realtime streaming, batch processing, document AI, fine-tuning, and file search. Access methods include web-based playground, direct HTTPS requests, and SDK integrations (LangChain, CrewAI, AutoGen). Platform-level governance includes API key management, role-based access control, audit logs, and usage monitoring.
Official documentation
https://www.core42.ai/compass/documentation/compass-api-reference