Documentation
Everything you need to deploy, configure, and manage Aliion for your organization.
Getting Started
Set up Aliion in under 5 minutes
Agent Installation
Deploy agents to discover MCP servers
API Reference
Integrate with the Aliion API
Security & Compliance
Learn about our security practices
Getting Started
Agent Installation
Install via pip
pip install aliion-agentConfigure Environment
# Set your API key (get this from Settings → API Keys)
export ALIION_API_KEY="your_api_key_here"
# Optional: Set a custom agent name
export ALIION_AGENT_NAME="my-workstation"Start the Agent
aliion-agent startThe agent will automatically discover MCP servers from your Claude Desktop configuration and report them to your Aliion dashboard.
Agent Commands
aliion-agent startStart the agentaliion-agent discoverDiscover MCP serversaliion-agent statusShow agent statusaliion-agent info <name>Server detailsaliion-agent initInitialize config file
Configuration Options
--api-keyYour Aliion API key--agent-nameCustom agent name--heartbeat-intervalHeartbeat frequency (seconds)--discovery-intervalDiscovery frequency (seconds)--log-levelLogging verbosity
API Reference
Base URL
https://aliion-api.slmood.workers.dev/api/agentsList all agents/serversList discovered MCP servers/servers/:id/approveApprove an MCP server/servers/:id/denyDeny an MCP server/policiesList all policies/policiesCreate a new policy/agents/api-keysList API keys/agents/api-keysGenerate new API key/agents/heartbeatAgent heartbeatAll API requests require authentication via Authorization: Bearer TOKEN or X-API-Key header.
Guides & Tutorials
Quick Start Guide
Get up and running with Aliion in minutes. Learn how to create an account, install your first agent, and discover MCP servers.
Agent Deployment
Learn how to deploy Aliion agents across your infrastructure to automatically discover and monitor MCP servers.
API Key Management
Generate and manage API keys for programmatic access to your Aliion dashboard and agent authentication.
Policy Configuration
Create policies to automatically approve, deny, or flag MCP servers based on risk scores and other criteria.
Team Management
Invite team members, assign roles, and manage permissions across your organization.
MCP Server Approval Workflow
Configure approval workflows for new MCP server discoveries based on risk assessment.