RegisterAPIKeyRequest¶ class baseten.client.managementapi.RegisterAPIKeyRequest(*, name=None, key)¶ Bases: BaseModel Parameters: name (str | None) key (str) model_config = {}¶ Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].