How to Use
For Playground Testing
- Create an account at Friendli Suite.
- Go to Model APIs from your Project and click the ‘Try’ button to open the playground.
- In the playground, open the Tools panel and select Search the web (Linkup) to test the integration.
For SDK/API Usage
- Go to https://app.linkup.so, and get your Linkup API Key (free tier available).
- Go to Friendli Suite > Personal Settings > Integrations and add your Linkup API key.
In the following code snippet,
API_KEY refers to your Personal API Key, which you can obtain from Friendli Suite > Personal Settings > API Keys (guide).Notes & Caveats
- Playground vs. SDK/API: In the playground, you can test web search functionality using a Linkup-sponsored API key. However, for SDK usage and API calls, you must provide your own Linkup API key.
- Make sure your Linkup integration is enabled in your Friendli account before calling the API — otherwise the
linkup:searchtool will error. - Linkup and Friendli both have rate limits — handle retries/backoff accordingly.
- Keep API keys and tokens secret (use environment variables or secret managers).