← Tools Reference

MotherDuck

MotherDuck integration (Data, Developer Tools). Imported from open-connector.

API key8 toolshttps://api.motherduck.com
GET
mother_duck_list_active_accounts
List active MotherDuck accounts and their active Ducklings in the organization.

/v1/active_accounts

POST
mother_duck_create_user
Create a MotherDuck member user in the organization.

/v1/users

1 parameter
ParamTypeRequiredDescription
usernamestringrequiredThe MotherDuck username within the organization.
DELETE
mother_duck_delete_user
Permanently delete a MotherDuck user and all of their data.

/v1/users/{username}

1 parameter
ParamTypeRequiredDescription
usernamestringrequiredThe MotherDuck username within the organization.
GET
mother_duck_list_tokens
List MotherDuck access tokens for a user.

/v1/users/{username}/tokens

1 parameter
ParamTypeRequiredDescription
usernamestringrequiredThe MotherDuck username within the organization.
POST
mother_duck_create_token
Create a MotherDuck access token for a user.

/v1/users/{username}/tokens

4 parameters
ParamTypeRequiredDescription
usernamestringrequiredThe MotherDuck username within the organization.
namestringrequiredThe token display name.
ttlnumberoptionalToken expiration in seconds.
token_typestringoptionalThe MotherDuck token type.
DELETE
mother_duck_delete_token
Invalidate a MotherDuck access token for a user.

/v1/users/{username}/tokens/{token_id}

2 parameters
ParamTypeRequiredDescription
usernamestringrequiredThe MotherDuck username within the organization.
token_idstringrequiredThe MotherDuck access token identifier.
GET
mother_duck_get_user_duckling_config
Retrieve MotherDuck Duckling configuration for a user.

/v1/users/{username}/instances

1 parameter
ParamTypeRequiredDescription
usernamestringrequiredThe MotherDuck username within the organization.
PUT
mother_duck_set_user_duckling_config
Set MotherDuck Duckling configuration for a user.

/v1/users/{username}/instances

2 parameters
ParamTypeRequiredDescription
usernamestringrequiredThe MotherDuck username within the organization.
configobjectrequiredMotherDuck Duckling configuration for a user.