Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateAgentOptions

Options to config a Notion API agent instance.

Hierarchy

  • CreateAgentOptions

Index

Properties

Properties

Optional debug

debug: undefined | false | true

Whether to trun on debug message. Default: false.

Optional server

server: undefined | string

Web address of the API server. Default: "https://www.notion.so".

Optional token

token: undefined | string

Notion API token. Default: "". How to get it ?

Generated using TypeDoc