You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Set up and authenticate
trinity init
# Check connection
trinity status
# List your agents
trinity agents list --format table
# Chat with an agent
trinity chat my-agent "Hello, what can you do?"
Authentication
Email Login (interactive)
# Full onboarding — request access + login in one step
trinity init
# Re-authenticate on a configured instance
trinity login
API Key (non-interactive)
export TRINITY_URL=https://your-instance.example.com
export TRINITY_API_KEY=trinity_mcp_...
trinity agents list