- Step 1: Install Deno v1.37.0 or above.
- Step 2: Set necessary environment variables (`COSENSE_PROJECT_NAME`, `COSENSE_SERVICE_ACCOUNT_ACCESS_KEY`).
- Step 3: Run the server with the command: `deno run --allow-net --allow-env --allow-read --import-map=import_map.json server.ts`.
- Step 4: Use provided API functions like `cosense_search` with keywords or `cosense_get_page` with page titles.
- Step 5: Analyze retrieved Scrapbox content for your application.