Developer Portal

Documentation & API

Integrate Subkit SDKs, follow the public REST contract, and check current system availability.

Client SDK Design Preview

Illustrative API shape only. These packages and methods are not currently published.

import Subkit

Subkit.configure(
    apiKey: "sb_public_REPLACE_ME",
    userId: "user_90412"
)

Subkit.shared.getOfferings { offerings, error in
    guard let offerings, error == nil else { return }
    print(offerings)
}

These snippets communicate design direction and are not installable SDK documentation. Stable public operations will be generated from the Subkit Core public contract.