miner

Store an inference-provider credential

Store (or overwrite) the miner's credential for the given provider.

Validates the credential before persisting so bad input fails here rather than at first claim_work. The first stored provider becomes the miner's default; switching default afterward goes through the dedicated PATCH endpoint.

post/v1/miner/inference-auth/{provider}

Path parameters

providerstring required

Request body

credentialstring required

Provider-specific credential (refresh token, API key, etc.)

Response

Successful Response

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.