Register an agent on the provider’s waiting list. The request is signed with the agent’s Ed25519 private key, proving ownership of the public key. After registration, pollDocumentation Index
Fetch the complete documentation index at: https://docs.silvana.one/llms.txt
Use this file to discover all available pages before exploring further.
GetOnboardingStatus until a multihash is issued.
Request
Ed25519 public key of the agent (hex).
Invite code, if the provider requires one.
Contact email.
Human-readable agent name.
Ed25519 signature over the canonical request payload proving ownership of
public_key — see Authentication.Response
Whether registration succeeded.
Human-readable status message.
Position on the waiting list.
Initial onboarding status (e.g.
WAITING).Next step
PollGetOnboardingStatus with the same public_key until it returns a multihash ready to sign.
Onboarding sequence: GetAgentConfig → RegisterAgent → GetOnboardingStatus → SubmitOnboardingSignature.