Skip to main content

Settings Guide

This guide explains the settings available in the AGENTIC STAR marketplace admin console.

Accessing the Admin Console

After deployment, access the admin console URL in your browser and log in with the administrator email and password you set during purchase.

Admin console dashboard

note

Self-signed certificates are used in the initial configuration, so your browser will display certificate warnings. Accept the certificate exception to proceed. For instructions on setting up proper SSL certificates, see the Domain Settings Guide.

The admin console consists of the following menus.

CategoryMenuDescription
DashboardUsage overview
User ManagementAdministratorsManage administrators with access to the admin console
UsersManage end users
Service AccountsManage service accounts for API usage
Agent ManagementMCPMCP server management
LLM SettingsLLM provider and model configuration
Agent SettingsRegister and manage custom agents
Guardrail SettingsContent safety and PII masking
Blocked URLsManage URLs blocked from agent access
Master DataOrganizationsOrganization management
Job TypesJob type master data management
Email SettingsEmail provider configuration
Log ManagementAudit LogsAdmin operation history
LLM Audit LogsLLM usage history
ReportsUser report review
Access LogsAccess history

User Management

Administrators

Manage administrator accounts with access to the admin console. The initial administrator is automatically created at purchase time.

Users

Manage end users of AGENTIC STAR. You can add, edit, and disable users.

Service Accounts

Create and manage service accounts for API usage. When a service account is created, a client ID and client secret are issued for API authentication.

For API usage instructions, see the Marketplace API Quickstart.

Agent Management

LLM Settings

Configure the LLM providers and models used by agents.

LLM settings screen

SettingDescription
Agent TypeThe target agent type for configuration
ModelModel name (LiteLLM format: provider/model-name)
API KeyLLM provider API key
Base URLLLM provider endpoint URL
API VersionAPI version (YYYY-MM-DD format)
Additional SettingsAdditional parameters in JSON format
note

Sensitive values such as API keys are displayed as ******** after registration. Existing values are preserved if not changed.

Agent Settings

Register custom agents and make them available on the platform.

Basic Information

SettingDescription
Display NameAgent display name
DescriptionAgent description
Icon URLIcon image URL
TagsClassification tags (comma-separated)

Docker Image

SettingDescription
Image RegistryContainer registry URL (e.g., myacr.azurecr.io)
Image NameImage name (e.g., my-org/rag-agent)
Image TagImage tag (default: latest)
Image Pull SecretAuthentication secret for private registries

Resources

SettingDescription
CPU Request / LimitCPU allocation (e.g., 500m, 2000m)
Memory Request / LimitMemory allocation (e.g., 512Mi, 4Gi)
GPU RequestGPU allocation (optional)
GPU TypeGPU type

Storage

Enable this when persistent storage is required.

SettingDescription
Storage SizeCapacity (e.g., 10Gi)
Mount PathMount path inside the container (absolute path)
Storage ClassKubernetes storage class
Access ModeAccess mode

Execution Settings

SettingDescription
Health Check PathHealth check endpoint path
Startup TimeoutStartup wait time (1–3,600 seconds)
Execution TimeoutMaximum execution time (1–86,400 seconds)
Max Concurrent ExecutionsMaximum number of concurrent instances (1–100)

Protocol Settings

SettingDescription
ProtocolCommunication protocol (HTTP / gRPC)
Endpoint PathAgent endpoint path

Access Control

SettingDescription
Organization IDAllowed organizations (leave blank for all)
VisibilityPublic / Organization / Private

Environment Variables

You can set custom environment variables. The following reserved variables are automatically injected, so manual configuration is not required.

  • AGENT_ID
  • ORGANIZATION_ID
  • EXECUTION_ID

Environment variables can be marked as secret (encrypted) and required.

ACR Secret Management

When using a private Azure Container Registry, you can automatically create an authentication secret with a username and password.

Guardrail Settings

Configure content safety and personal information protection for AI outputs.

Guardrail settings screen

Content Safety

Prompt Shield Detection

Detects and blocks jailbreak attacks. Can be toggled on/off.

Moderation Detection

Configure the detection level for harmful content.

LevelDescription
0Disabled
2Recommended (detects moderately harmful content)
4Relaxed (detects only severely harmful content)
6Minimal (detects only extremely harmful content)

Detection categories: Violence, Sexual Content, Hate Speech, Self-Harm

PII Masking

Automatically detects and masks personally identifiable information (PII). Supports up to 189 categories (the number of supported categories varies by cloud provider).

Key detection targets:

  • Identification information (phone numbers, email addresses, national ID numbers, etc.)
  • Financial information (credit card numbers, account numbers, etc.)
  • Medical information (insurance numbers, medical records, etc.)
  • Location information (addresses, GPS coordinates, etc.)
  • Credentials (passwords, API keys, tokens, etc.)

Blocked URLs

Manage URLs that agents are prohibited from accessing.

Restriction Granularity

FeatureGranularityDescription
Basic (built-in)Domain levelThe ExtAuth Service (authorization control via Envoy sidecar) inspects outbound traffic from Pods. Because HTTPS traffic is TLS-encrypted and paths are not visible, in practice this functions as domain (+ port) level restriction.
Extended (optional implementation)URL (path) levelBy using the SDK's ConfigAccess.get_banned_urls() to inspect URL strings inside agent tools, you can implement path-level restrictions.
tip

Both features share the same Blocked URLs settings (banned_urls table), so registration in the admin panel is unified. See ConfigAccess.get_banned_urls() in the SDK Reference for the extended implementation approach.

Master Data

Organizations

Manage organization information.

Job Types

Manage the job type master data.

Email Settings

Configure the email provider used for sending notification emails.

Basic Settings

Toggle the email feature on/off.

SMTP Settings

SettingDescriptionNotes
HostSMTP server hostnameRequired (e.g., smtp.example.com)
PortSMTP server port numberRequired (1–65535, default: 587)
EncryptionCommunication encryption methodNone / SSL / TLS (TLS recommended)
AuthenticationAuthentication methodNone / LOGIN / PLAIN / CRAM-MD5
UsernameSMTP authentication usernameRequired
PasswordSMTP authentication passwordRequired
From AddressSender email addressRequired

Log Management

Audit Logs

View the history of admin console operations. Track who changed what and when.

LLM Audit Logs

View LLM usage history. Track token consumption and request details.

Reports

Review user reports.

Access Logs

View application access history.