Weavz
Aiera

Aiera

Search Aiera financial events, company profiles, transcripts, filings, and research chat workflows.

9 tools

Tools

Name
validate_connection

Validate the Aiera API key using the status endpoint.

find_companies

Search Aiera company profiles by query text or ticker.

get_company

Retrieve an Aiera company by company ID.

find_events

Find Aiera earnings calls, investor days, conferences, and other events.

get_event

Retrieve one Aiera event by event ID.

get_transcripts

Get transcript data for an Aiera event.

find_filings

Find SEC filings and regulatory documents available through Aiera.

send_chat_prompt

Send a prompt to an existing Aiera Chat session for financial research workflows.

custom_api_call

Make a guarded custom call to premium.aiera.com/api. The API key is added automatically.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('aiera', 'validate_connection', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'aiera',
  input: { /* ... */ },
})

Related Integrations

Frequently Asked Questions

How do I connect Aiera to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Aiera support?

Aiera supports 9 tools including Validate Connection, Find Companies, Get Company, Find Events, Get Event, and more.

Can I use Aiera with AI agents?

Yes. Add Aiera to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Aiera be used in stateful agent workflows?

Yes. Agents can combine Aiera tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Aiera use?

Aiera uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Aiera integration cost?

The Aiera integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Aiera in minutes

Get 20,000 free action executions every month. No credit card required.