> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wispera.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Prompt in Pack



## OpenAPI

````yaml post /api/packs/{pack_id}/prompts
openapi: 3.0.1
info:
  title: API V1
  version: v1
servers:
  - url: https://{defaultHost}
    variables:
      defaultHost:
        default: api.wispera.ai
security: []
paths:
  /api/packs/{pack_id}/prompts:
    parameters:
      - name: pack_id
        in: path
        description: pack_id
        required: true
        schema:
          type: string
    post:
      summary: Create Prompt in Pack
      responses:
        '200':
          description: successful

````