Settings

Command Palette

Search for a command to run...

Settings

Configure your AgentDNA workspace.

StorageFile-based
Genes are stored as markdown files in the content/artifacts directory

This approach is git-friendly and allows for easy version control, collaboration, and portability. Each gene is stored as a .md file with YAML frontmatter for metadata.

Directory Structure
Where your genes are stored
content/
  artifacts/
    skills/    # Skill definitions
    tools/     # Tool configurations
    souls/     # Personality definitions
AI Playground
Configure AI settings for the playground

The AI Playground uses the Vercel AI Gateway for model access. No API keys required for basic models like GPT-5-mini. For other models, you may need to configure an AI_GATEWAY_API_KEY environment variable.