AISA_API_KEY unlocks structured web search, academic paper lookup, Tavily extraction/crawling, and the full Perplexity Sonar family for citation-rich answers.
Install
What can agents do with it?
Fast web lookup
“Summarize the latest AI infrastructure launches this month.”
Scholar-backed research
“Find recent academic papers on self-correcting agent frameworks.”
Citation-rich answers
“Answer this question with inline citations using Perplexity Sonar Pro.”
Deep research reports
“Generate a 2,000-word report on autonomous browser agents.”
Content extraction
“Pull the main article text from these 5 URLs for analysis.”
Site intelligence
“Map the structure of this docs site and crawl it for RAG.”
Core capabilities
- Web search (
/scholar/search/web) — structured web results for current information - Scholar search (
/scholar/search/scholar) — academic papers with optional date filtering - Smart/hybrid search (
/scholar/search/mixed) — combines web + scholar in one call - Explain search (
/scholar/explain) — explanatory synthesis over results - Perplexity Sonar family —
sonar,sonar-pro,sonar-reasoning-pro,sonar-deep-research - Tavily —
search,extract,crawl,map - Verity multi-source — parallel retrieval across source types
Quick start
Web + scholar
Perplexity Sonar
Tavily utilities
Python client
Endpoint reference
| Endpoint | Method | Purpose |
|---|---|---|
/scholar/search/web | POST | Web search |
/scholar/search/scholar | POST | Academic papers |
/scholar/search/mixed | POST | Smart hybrid search |
/scholar/explain | POST | Explain search |
/perplexity/sonar | POST | Sonar — fast answers |
/perplexity/sonar-pro | POST | Sonar Pro — synthesis |
/perplexity/sonar-reasoning-pro | POST | Sonar Reasoning Pro |
/perplexity/sonar-deep-research | POST | Sonar Deep Research |
/tavily/search | POST | Tavily search |
/tavily/extract | POST | Tavily extract |
/tavily/crawl | POST | Tavily crawl |
/tavily/map | POST | Tavily map |
Get started
- Sign up at aisa.one (new accounts start with $2 free credit).
- Generate an API key from the console.
export AISA_API_KEY="your-key"and install the skill:
Related
Search API reference
Tavily search, extract, crawl, map — with live playgrounds.
Scholar API reference
Web, scholar, smart, and explain endpoints.
Perplexity API reference
Full Sonar family endpoint docs.