Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Evincere/klisk/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Description
Scaffolds a new Klisk project from the default template. Creates a complete project directory with configuration, example agents, and environment setup.Arguments
Name of the new project. Used for the project directory and configuration.
Behavior
The command performs the following steps:- Creates project directory at
~/klisk/<name> - Copies template structure from the default template
- Generates configuration by replacing
{{project_name}}inklisk.config.yaml - Creates
.envfile from.env.examplefor API key configuration - Displays next steps to help you get started
Example
Project Structure
A newly created project includes:Error Handling
The command will fail if:- A project with the same name already exists
- The projects directory (
~/klisk/) cannot be created
Next Steps
After creating a project:- Configure environment: Add your OpenAI API key to
.env - Start development: Run
klisk dev <name>to launch the Studio - Customize: Edit agents and tools to match your use case
Related Commands
klisk dev- Start development serverklisk list- View all projectsklisk check- Validate project structure