Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENFGA_PROD_URL | No | The URL for the production OpenFGA server. | |
| OPENFGA_LOCAL_URL | No | The URL for the local OpenFGA server. | http://localhost:8080 |
| OPENFGA_STAGING_URL | No | The URL for the staging OpenFGA server. | |
| OPENFGA_ENVIRONMENTS | No | Recommended. A JSON string containing environment configurations. Example: '{"prod": {"url": "https://openfga.example.com", "defaultStoreId": "01ABC..."}}' | |
| OPENFGA_PROD_STORE_ID | No | The default Store ID for the production environment. | |
| OPENFGA_LOCAL_STORE_ID | No | The default Store ID for the local environment. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |