Overview
GitHub accounts
Only the root administrator can manage account access.
Add account
Account list
Agents
Deployment Manifests
Agents
Create, publish, and manage reusable Agent configurations.
Agent list
Select an Agent to open its configuration workspace.
Select an AgentDraft
Identity
Define this Agent's stable identity and responsibility.
渠道授信 / Channel trust
由机器人绑定自动管理,只读;批准记录和角色仍限定在当前 Agent。无需保存或发布此关联。
System Prompt
Canonical system Prompt stored in AgentConfig without section projection.
Developer Prompt
Developer-level behavior rules. Tools and skills are generated from Capabilities.
Current configuration
Capabilities
Tools
0 selected
Skills
0 selected
Runtime Foundations
Callable Agents
Expose a published target Agent as a readonly Tool. The target runs in an isolated Session and returns only its final answer.
Data Sources
Choose a connected data source and grant this Agent only the access it needs.
Advanced settings
Data Sources
Add a data source
Choose the system you want to connect.
Connected data sources
Test connections and review the repositories, datasets, or directories already available.
Model Accounts
Manage model credentials, models, and Agent bindings.
Connected accounts
Review account status and open an account to manage its Agent bindings.
MCP Servers
Bot Bindings
New Bot Binding
Connect an external bot to one FalconCore Agent deployment. The first supported channel type is Telegram.
Bot Binding Inventory
Telegram bindings are listed through the channel-specific backend API.Telegram Pairings
Approve pending Telegram identities before messages reach an Agent.Approved Agent Users
Roles and metadata apply only to the selected Agent.Scheduled Tasks
New Agent Task
Create a scheduled message for an agent session and optionally announce the final result to Telegram recipients.
New Workflow Task
Trigger a deployed workflow. The schedule stores no workflow steps or Agent execution logic.
Run history for the selected task.
Deployment details
Manual trigger
Creates a Workflow Run. Runtime owns queueing, capacity, retries, and execution.
Step tree
Step details
Runtime Environments
Manage container images and runtime configurations used by Agent deployments.
Deployments
Generate and manage deployment manifests from published Agent revisions.
Deployment Manifest
Deployment Manifest
Generate a Docker Compose or Kubernetes YAML from an Agent revision, provider binding, the Minimal Runtime image, and runtime environment. FalconCore does not start or delete containers from this page.
Resources
Generated Manifest Preview
Generated from the selected Deployment record; manually run the command after downloading.
Select or create a deployment to preview its manifest.
Runtime resource details
Queue
Assignments
Instances
Capacity
Registration Requirements
Raw Output
{}
Access Tokens
Create Chat API Token
Create a Bearer token for external clients that call RuntimeGateway streaming chat. The raw token is shown only once.
Token Inventory
Example Request
curl --noproxy '*' -N \
-X POST "/v1/chat/stream" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <token>" \
-d '{
"agentId": "demo-agent",
"user": "cv5mck5hgx51",
"threadId": "local-17800293fb277",
"message": "月球"
}'
Recent Sessions
Conversation Preview
Raw SSE
Metadata
{}
{}