Back to Knowledge Base
What are AI Adapters?
What is an AI Adapter?
Section titled “What is an AI Adapter?”An AI Adapter is a configured connection to an AI model provider. It stores the credentials needed for CoCoCo to call that model — so Workflows and AI Agents can use it without embedding API keys in code.
Supported adapter types
Section titled “Supported adapter types”| Type | Connects to |
|---|---|
| OpenAI | GPT-4 and other OpenAI models |
| Claude | Anthropic Claude models |
| Apple Native | On-device models via Apple Intelligence |
| XGBoost | CoCoCo’s built-in ML model runtime |
How to create an AI Adapter
Section titled “How to create an AI Adapter”- Go to Menu → AI & ML → AI Adapters
- Click + New Adapter
- Select the Type
- Give it a Name (e.g.
Claude Sonnet - Production) - Enter the required credentials:
- For OpenAI and Claude: API Key and model name
- Click Save
Using Adapters
Section titled “Using Adapters”Once created, an AI Adapter is referenced by:
- AI Agents — for conversational or reasoning tasks
- Agent Workflow nodes — sends a prompt and processes the response
- ML Predict nodes — for XGBoost model inference