Overview
This guide walks you through:- Launching Craft Agents
- Connecting an AI provider
- Creating your first workspace
- Starting your first agent session
Before starting, make sure you have installed Craft Agents.
Step 1: Launch the App
Open Craft Agents from your Applications folder, Start menu, or app launcher. On first launch, you’ll see the welcome screen.Step 2: Choose an AI Provider
Craft Agents supports multiple AI providers. Choose the one that works best for you:Anthropic
API Key or Claude Max/Pro subscriptionMost popular option. Direct access to Claude via the Agent SDK.
Google AI Studio
API Key from Google AI StudioAccess Gemini models with built-in Google Search grounding.
ChatGPT Plus
OAuth with ChatGPT subscriptionOne-click sign-in with your ChatGPT Plus or Pro account.
GitHub Copilot
OAuth with Copilot subscriptionDevice code authentication with your GitHub Copilot subscription.
Connecting with Anthropic
Get an API Key
Go to Anthropic Console and create a new API key.
Connecting with Google AI Studio
Get an API Key
- Go to Google AI Studio
- Click “Create API Key”
- Copy the key
Alternative: OpenRouter, Ollama, Custom APIs
Craft Agents also supports third-party and self-hosted providers:- OpenRouter: Access hundreds of models through one API key
- Ollama: Run models locally at
http://localhost:11434 - Custom endpoints: Any OpenAI or Anthropic-compatible API
Step 3: Create a Workspace
Workspaces help you organize sessions by project, team, or context.Configure Workspace
- Name: Give it a clear name (e.g., “Personal Projects”, “Work - iOS Team”)
- Default LLM: Choose the AI provider you just connected
- Permission Mode: Start with “Ask to Edit” (you can change this per-session)
Step 4: Start Your First Session
Now let’s create your first agent conversation:Your first message might take a few seconds as the agent initializes. Subsequent messages will be faster.
Understanding Permission Modes
Notice the permission indicator in the chat interface. Craft Agents has three modes:| Mode | Display | Behavior |
|---|---|---|
| Explore | 🔍 Explore | Read-only - blocks all write operations |
| Ask to Edit | ✋ Ask to Edit | Prompts before making changes (default) |
| Auto | ⚡ Auto | Auto-approves all commands |
Try Something Useful
Now that you’re set up, try asking the agent to help with a real task:Next Steps
Add Sources
Sources let you connect external data and services. Try:- Find the GitHub MCP server
- Set up authentication
- Configure it for your workspace
@github in messages to interact with your repositories.
Learn about Sources
Connect MCP servers, REST APIs, and local filesystems
Create Skills
Skills are specialized instructions for recurring tasks:/code-review.
Learn about Skills
Create custom agent instructions for your workflows
Set Up Automations
Automate workflows with event-driven triggers:Learn about Automations
Trigger agent sessions on schedules, labels, and events
Keyboard Shortcuts
Speed up your workflow with these shortcuts:| Shortcut | Action |
|---|---|
| Cmd+N / Ctrl+N | New chat |
| Cmd+1/2/3 | Focus sidebar / session list / chat |
| Cmd+/ | Show keyboard shortcuts |
| SHIFT+TAB | Cycle permission modes |
| Enter | Send message |
| Shift+Enter | New line in message |
Common First Tasks
Connecting Your Obsidian Vault
@obsidian.
Importing Claude Code Skills
If you’re coming from Claude Code:Setting Up Your Team’s GitHub Org
Tips for Success
Be Specific
“Create a Next.js API route for user authentication” works better than “help me with Next.js”
Use @mentions
Reference sources and skills: “Using @github, show me recent PRs”
Iterate in Sessions
Keep conversations in one session. The agent remembers context.
Organize with Statuses
Use Todo → In Progress → Done workflow to track session progress
Getting Help
If you run into issues:- Check the docs: This documentation covers all features in detail
- Enable debug mode: Launch with
-- --debugflag to see detailed logs - Ask the agent: “How do I connect to Linear?” - the agent can help with setup
- GitHub Issues: Report bugs or request features
What’s Next?
You’re now ready to use Craft Agents! Explore the documentation to learn about:Sources
Connect to MCP servers, APIs, and local files
Skills
Create specialized agent instructions
Permissions
Control what agents can do in each mode
Automations
Set up event-driven workflows