Python
Install
boat-sdk from PyPI and use snake_case methods.TypeScript / JavaScript
Install
@boatdev/sdk from npm and use camelCase methods.Install
Configure
Base URL:boat api-key create or in the dashboard, store it as BOAT_API_KEY, and pass it through the SDK Configuration object.
Next steps
Python SDK guide
Configure the client, run the create/prompt example, and read the Python method and type reference.
TypeScript / JavaScript SDK guide
Configure the client, run the create/prompt example, and read the TypeScript method and type reference.