Developer
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Forge modules
Automation modules (Preview)
Bitbucket modules
Compass modules
Confluence modules
Dashboard modules (EAP)
Jira modules
Jira Service Management modules
Jira Software modules
Rovo modules
Teamwork Graph modules
Last updated Nov 21, 2025

LLM

Use the llm module to enable Forge Large Language Model (LLM) capabilities in your app. You can only define this module once per app.

See the Forge LLMs API runtime reference for detailed information about implementing LLM capabilities in your app.

Adding the llm module to your manifest will trigger a major version upgrade. See Versioning for more details.

Properties

PropertyTypeRequiredDescription
keystringYes

A key for the module, which other modules can refer to. Must be unique within the manifest.

Regex: ^[a-zA-Z0-9_-]+$

modelstring[]Yes

List of LLM model families to enable. The value must be an array.

Currently only claude family (Anthropic Claude) is supported.

Example: claude

Example

1
2
modules:
  llm:
    - key: main-llm
      model:
        - claude

Rate this page: