Aiera
Search Aiera financial events, company profiles, transcripts, filings, and research chat workflows.
Tools
| Name | Description |
|---|---|
validate_connectionValidate the Aiera API key using the status endpoint. | Validate the Aiera API key using the status endpoint. |
find_companiesSearch Aiera company profiles by query text or ticker. | Search Aiera company profiles by query text or ticker. |
get_companyRetrieve an Aiera company by company ID. | Retrieve an Aiera company by company ID. |
find_eventsFind Aiera earnings calls, investor days, conferences, and other events. | Find Aiera earnings calls, investor days, conferences, and other events. |
get_eventRetrieve one Aiera event by event ID. | Retrieve one Aiera event by event ID. |
get_transcriptsGet transcript data for an Aiera event. | Get transcript data for an Aiera event. |
find_filingsFind SEC filings and regulatory documents available through Aiera. | Find SEC filings and regulatory documents available through Aiera. |
send_chat_promptSend a prompt to an existing Aiera Chat session for financial research workflows. | Send a prompt to an existing Aiera Chat session for financial research workflows. |
custom_api_callMake a guarded custom call to premium.aiera.com/api. The API key is added automatically. | Make a guarded custom call to premium.aiera.com/api. The API key is added automatically. |
Quick Start
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.