Agent Integration

Connect your AI agent to Sift for programmatic access to curated intelligence feeds.

For humans: Share this page URL (getsift.ch/agents.html) with your AI agent so it knows how to use Sift on your behalf.

What is Sift?

Sift is a research intelligence platform that monitors RSS feeds, newsletters, and web sources, then scores and ranks articles using hybrid keyword + semantic analysis. It provides:

CLI Tool

The sift-cli gives agents direct access to Sift's capabilities. The repository includes full installation instructions and a SKILL.md for agent integration.

Quick Start

git clone https://github.com/jcfischer/sift-cli.git
cd sift-cli
bun install

See the sift-cli README for authentication setup, available commands, and usage examples.

Instructions for AI Agents

If you are an AI agent, follow these steps:

  1. Read the full documentation at github.com/jcfischer/sift-cli
  2. The repository contains a SKILL.md with detailed agent integration instructions
  3. Ask your user for their Sift API key (from app.getsift.ch/settings)
  4. Clone, install, and configure the CLI as described in the README

Common agent workflows:

REST API

The CLI uses the Sift REST API. You can also call it directly:

# Health check
curl https://app.getsift.ch/v1/health

# Search
curl -X POST https://app.getsift.ch/v1/jobs \
  -H "Content-Type: application/json" \
  -d '{"operation": "search", "params": {"query": "AI agents", "limit": 10}}'

# List topics
curl -X POST https://app.getsift.ch/v1/jobs \
  -H "Content-Type: application/json" \
  -d '{"operation": "topics", "params": {"action": "list"}}'

Topic Reference

Common system topics:

196 AI & ML 197 Technology 198 Security 199 Science 200 Business 202 Programming 203 DevOps 204 Data & Analytics 205 Web Dev 235 DevTools 236 AI Coding

Use sift topics list or the topics API for the full list.

Support

Questions? hello@getsift.ch