tygarun
v1.3.0
Published
tyga.run CLI — SaaS infrastructure for coding agents. Users, billing, scheduling, support, CRM. As easy as git.
Maintainers
Readme
tyr
SaaS infrastructure for coding agents. Users, billing, scheduling, support, CRM — as easy as git.
Install
npm install -g tygarunQuick Start
# Create a SaaS tenant
tyr signup my-project --local
# Check status
tyr status
# Manage users
tyr users
tyr user create "[email protected]" --role admin
# Subscription plans
tyr plans
tyr plan create "Pro" --price 29.99 --interval monthly
# Support tickets
tyr ticket create "Dashboard loading slow" -p high
# Call ANY SDK endpoint (escape hatch)
tyr api GET /scheduling/bookings
tyr api POST /crm/leads --data '{"name":"John"}'
# Full reference
tyr --helpFeatures
- Users — create, manage, role-based access
- Billing — subscription plans, invoices, revenue metrics
- Support — ticket lifecycle, priority management
- Raw API —
tyr apiescape hatch for all 48 SDK modules (4,600+ endpoints) - MCP Server — native agent tool integration (14 tools)
Per-Project Config
tyr login --local --key YOUR_KEY # saves to .tyr/config.json (project-local)
tyr login --key YOUR_KEY # saves to ~/.tyr/config.json (global)
tyr config # show which config is activeLocal config overrides global. Add .tyr/ to your .gitignore.
Agent Integration
tyr init # auto-detects agent, shows config snippet + MCP setupMCP Server
Add to .mcp.json:
{
"mcpServers": {
"tygarun": {
"type": "stdio",
"command": "tyr",
"args": ["mcp-serve"]
}
}
}Your agent discovers 14 tyga.run tools automatically.
Documentation
License
Proprietary — Tyga.Cloud Ltd. See LICENSE.
