AgentsNewImport from Claude Project
Wizard instead
All systems

Import from a Claude Project

Turn a Claude.ai Project (Instructions + uploaded files) into a Danco agent. Three steps: copy the export prompt → paste it into your Claude Project chat → paste the JSON back here.
1

Copy this prompt into your Claude Project chat

Open the Project in claude.ai, start a new chat, paste this entire prompt, send. Claude inside the project reads its own Instructions + every uploaded file and outputs one JSON block.
2

Paste back the JSON the Claude Project produced

It should start with { and contain agent + system_prompt + knowledge_documents. We validate before sending.
3

Create the agent

The agent is created in status=draft so you can review before activating.
How should knowledge documents be loaded?
Inline → docs become part of the system prompt, always in context. KB → docs are embedded + retrieved by semantic similarity at runtime. Auto → inline if ≤2 docs, KB if 3+.