{
  "name": "Metarium AI",
  "version": "1.0",
  "description": "Open source toolkit for AI-powered content management with cryptographic key management",
  "getting_started": {
    "repo_url": "https://github.com/MetariumProject/metarium-ai",
    "clone_command": "git clone https://github.com/MetariumProject/metarium-ai.git my-metarium-ai",
    "setup_command": "python -m server.cli_setup",
    "start_command": "python -m server",
    "default_port": 8420,
    "docs_url": "http://127.0.0.1:8420/docs"
  },
  "agent_instructions": {
    "new_user": [
      "Clone the repo into a private repository",
      "Install dependencies: pip install -r requirements-server.txt",
      "Run interactive setup: python -m server.cli_setup",
      "Start the server: python -m server",
      "Unlock the vault: POST /vault/unlock with the user's password",
      "Explore capabilities: GET /help"
    ],
    "existing_user": [
      "Ask the user if they have a management server running (default: localhost:8420)",
      "Check GET /health on the server to verify it's running",
      "Check GET /status to see vault state and loaded keys",
      "If CMS is configured, check the CMS URL in /status",
      "Ask the user what they want to do: manage keys, sign messages, manage CMS, or deploy new infrastructure"
    ]
  },
  "links": {
    "github": "https://github.com/MetariumProject/metarium-ai",
    "website": "https://mai.net"
  }
}