← Back to Sentinel
Sentinel

Sentinel Tools

Ready-made tools you can add to your Sentinel agents in a couple of clicks.

HTTP clientweb

HTTP GET and POST requests via the requests library, returning status plus a truncated body. Runs in the leashed sandbox under Leash egress control; returns a short error string on failure.

Requirements
requests
Functions
http_get, http_post
Download

Add it in your Sentinel → Tools → Catalog.

Web searchweb

Web search via Tavily and SerpAPI. API keys are read from ~/.config/sentinel-tools/secrets.json since the leashed sandbox scrubs environment secrets. Runs under Leash egress control; returns a short error string on failure.

Requirements
requests
Functions
tavily_search, serpapi_search

Needs an API key

Download

Add it in your Sentinel → Tools → Catalog.

Web fetchweb

Fetch a URL's readable text (HTML tags stripped), standard library only. Runs in the leashed sandbox under Leash egress control; returns a short error string instead of raising.

Requirements
No dependencies (standard library)
Functions
fetch_url
Download

Add it in your Sentinel → Tools → Catalog.