Integrations

Command Line

Interact with Soria agents directly from your terminal. Perfect for developers and power users who prefer keyboard-driven workflows.

Command Line Interface

The Soria CLI brings the full power of your AI agents to the terminal. Query agents, pipe data, and integrate with your existing shell workflows.

Installation

npm install -g @soria/cli

Quick Start

# Authenticate
soria login

# Chat with an agent
soria chat "What's the status of our deployment?"

# Pipe input
cat error.log | soria analyze

# Stream output
soria chat --stream "Explain this codebase"

Features

  • Interactive mode - Full conversation history in your terminal
  • Pipe-friendly - Works with stdin/stdout for shell scripting
  • Multiple agents - Switch between agents with soria use <agent>
  • Configuration - Manage settings via ~/.soria/config.yaml

Built by

Soria Labs

Category

Developer Tools

Install

npm install -g @soria/cli