UNPKG

n8n-nodes-octagon

Version:

Professional n8n node for Octagon AI Agents - Access 15 specialized financial and market research AI agents including SEC filings, earnings transcripts, stock data, and private market intelligence

18 lines 615 B
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; /** * Professional credential configuration for Octagon API * Handles secure authentication with Octagon's AI Agents API * * @author Octagon <ken@octagonai.co> * @version 1.0.4 * @since 2024-01-15 */ export declare class OctagonApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; } //# sourceMappingURL=OctagonApi.credentials.d.ts.map