The registration, status: "pending".
Sends POST /v1/derivatives/questions. The registration comes back
pending and the first compute is scheduled immediately; poll it with
waitForQuestion, then read derivedScope.
const registered = await registerQuestion({
personalServerUrl: "https://ps.example.com",
signer,
grantId,
derivedScope: "coach.weekly",
sourceScopes: ["oura.sleep", "chatgpt.conversations"],
question: "How did my sleep relate to my mood this week?",
});
Register a standing question over the owner's source scopes.