Perigon
Overview
SLUG: PERIGON
Description
Perigon provides an HTTP REST API for retrieving news and web content data, offering structured data suitable for various applications.
Authentication Details
API Key
Connecting to Perigon
Create an auth config
Use the dashboard to create an auth config for the Perigon toolkit. This allows you to connect multiple Perigon accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Perigon Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Perigon toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
PERIGON_GET_ARTICLES
Tool Name: Get News Articles
Description
Action Parameters
Action Response
PERIGON_GET_COMPANIES
Tool Name: Get Companies
Description
Action Parameters
Action Response
PERIGON_GET_JOURNALISTS
Tool Name: Get Journalists
Description
Action Parameters
Action Response
PERIGON_GET_SOURCES
Tool Name: Get Media Sources
Description
Action Parameters
Action Response
PERIGON_GET_STORIES
Tool Name: Get Stories
Description
Action Parameters
Action Response
PERIGON_GET_TOPICS
Tool Name: Get Topics
Description
Action Parameters
Action Response
PERIGON_GET_WIKIPEDIA
Tool Name: Get Wikipedia Articles
Description
Action Parameters
Action Response
PERIGON_VECTOR_SEARCH_ARTICLES
Tool Name: Vector Search Articles
Description
Action Parameters
Action Response
PERIGON_VECTOR_SEARCH_WIKIPEDIA
Tool Name: Vector Search Wikipedia
Description
Action Parameters
Action Response