Get Started with orckAI
From zero to your first AI agent in under 10 minutes
Learn how to set up your LLM providers, create intelligent agents, integrate knowledge bases, and build your first automated workflow. No coding required - just configure and deploy.
What You'll Build
Configure LLM
Connect your Anthropic or OpenAI API key to enable AI capabilities.
Create Agent
Build your first intelligent assistant with custom instructions.
Add Knowledge
Upload documents to give your agent specialized knowledge.
Test in Chat
Interact with your agent to validate its behavior and responses.
Prerequisites
- An orckAI account (sign up at orckai.app)
- API key from Anthropic (Claude) or OpenAI (GPT) - get yours here
- 5-10 minutes of your time
Step 1: Configure LLM Provider
Before creating agents, you need to connect an LLM provider. orckAI supports multiple providers including Anthropic Claude and OpenAI GPT models.
- Navigate to Settings In the orckAI dashboard, click on "Settings" in the left sidebar.
- Open LLM Configuration Click on "LLM Config" to access provider settings.
- Add Your API Key Select your provider (Anthropic or OpenAI) and paste your API key. Click "Save" to confirm.
- Test Connection Use the "Test" button to verify your API key works correctly.
You can configure multiple LLM providers and switch between them when creating agents. Different models excel at different tasks.
Step 2: Create Your First Agent
Now let's create an intelligent agent that can help with customer support tasks.
- Go to AI Agents Click "AI Agents" in the left sidebar and then "Create Agent".
- Set Basic Details Enter "Customer Support Assistant" as the name and select your LLM provider.
-
Write System Prompt
Add this system prompt:
You are a helpful customer support assistant. Your role is to: - Provide friendly and professional responses - Help customers with product questions - Escalate complex issues to human agents when needed - Always maintain a positive and solution-focused attitude When you don't know something, be honest and offer to connect the customer with a specialist. - Configure Settings Set execution mode to "Standard" and adjust max tokens if needed (default 4000 is fine).
- Save Your Agent Click "Create Agent" to save your configuration.
Step 3: Test Your Agent
Let's verify your agent works correctly by testing it in the chat interface.
- Open Chat Interface Navigate to "Chat" in the left sidebar.
- Select Your Agent Choose "Customer Support Assistant" from the agent dropdown.
-
Send Test Messages
Try these sample messages to test different scenarios:
- "Hello, I need help with my account"
- "What are your business hours?"
- "I'm having trouble with a complex technical issue"
- Review Responses Check that the agent responds appropriately and follows your system prompt instructions.
Your agent should provide helpful, professional responses and offer to escalate complex issues. If responses don't match expectations, refine your system prompt.
What's Next?
You've successfully created your first AI agent! Ready to explore more advanced features?