action ably_get_time { label: "Get the service time" description: "This returns the service time in milliseconds since the epoch." provider: ably method: GET path: "/time" encoding: json output: { type: "object" additionalProperties: true } }