# iai prompts

Manage prompts

## Synopsis

Manage general-purpose text and chat prompts in InteractiveAI projects.

Unlike typed commands (routines, policies, glossaries, variables, macros), prompts managed here have no enforced schema or structure. They support two types: "text" (default) and "chat".

## Options

```
  -h, --help   help for prompts
```

## Options inherited from parent commands

```
      --api-key string               API key for authentication
      --cfg-file string              Path to YAML config file with organization, project, and optional service definitions
      --deployment-hostname string   Hostname for the deployment API (default "https://deployment.interactive.ai")
      --hostname string              Hostname for the API (default "https://app.interactive.ai")
```

## SEE ALSO

* [iai](https://docs.interactive.ai/cli/iai) - InteractiveAI's CLI
* [iai prompts create](https://docs.interactive.ai/cli/iai_prompts_create) - Create a prompt
* [iai prompts delete](https://docs.interactive.ai/cli/iai_prompts_delete) - Delete a prompt
* [iai prompts get](https://docs.interactive.ai/cli/iai_prompts_get) - Get details of a prompt
* [iai prompts list](https://docs.interactive.ai/cli/iai_prompts_list) - List prompts in a project
* [iai prompts update](https://docs.interactive.ai/cli/iai_prompts_update) - Update a prompt (creates a new version)
