Infrastructure for AI agents to consume structured public information.

Your AI agents need better inputs.
Perivis gives them structured, reliable information.

Perivis.ai exposes machine-readable signals, facts, and updates derived from public information on perivis.com.
Built for AI agents. Understandable by humans.

View Agent Interfaces

What is perivis.ai?

What it is

A machine-facing interface to the Perivis information graph

Who it's for

  • Developers building AI agents
  • LLM tools, workflows, automations
  • Systems that need structured intelligence

What kind of data

  • Markets and trading signals
  • Companies and corporate entities
  • Regulators and compliance data
  • Public disclosures and filings

Why it exists

Humans read narratives. Agents need structure.

Perivis.ai bridges that gap by exposing machine-readable endpoints that agents can reliably consume.

Agent Interface Specification

{
  "platform": "perivis.ai",
  "purpose": "machine-readable access to Perivis intelligence",
  "interfaces": ["/skills", "/api/issuers/search", "/api/glints/find", "/api/notes/find"],
  "content_type": "structured JSON",
  "rate_limits": {
    "requests_per_minute": 60,
    "burst": 100
  }
}

This is what your agent actually consumes.

Agent Skills

Perivis agents expose capabilities via skills.

Skills define how agents can query, monitor, and react to information.

issuer_search

Search for company/issuer information with fuzzy matching

glint_finder

Retrieve market signals and social insights for securities

notes_retrieval

Access research notes and analysis documents

Explore Skills