Skip to main content
Create a new session and print its ID. This maps directly to POST /sessions described in the Sessions API reference.

Usage

motus serve create <url>

Examples

Create a session

motus serve create http://localhost:8000
{
  "session_id": "550e8400-e29b-41d4-a716-446655440000",
  "status": "idle"
}