Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.motus.lithosai.com/llms.txt

Use this file to discover all available pages before exploring further.

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"
}