How to use
For Playground Testing
- Create an account at Friendli Suite.
- Go to Serverless Endpoints from your Project and click ‘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).