Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CLERK_SECRET_KEY | Yes | Clerk secret key for authentication | |
NEXT_PUBLIC_CLERK_SIGN_IN_URL | No | Clerk sign-in URL | |
NEXT_PUBLIC_CLERK_SIGN_UP_URL | No | Clerk sign-up URL | |
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY | Yes | Clerk publishable key for client-side authentication |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |