Quickstart
Create an organization and API key, install the SDK, and make your first call.
1. Set up your organization
2. Create an API key
3. Install the SDK
npm install @motif-ai/sdkimport { createClient } from '@motif-ai/sdk'
const motif = createClient({
apiKey: process.env.MOTIF_API_KEY!,
// baseURL defaults to https://api.motifapp.ai/api
})4a. Ask Clarity about a portfolio
4b. Profile a user
Next steps
Last updated