Reference

auth

auth

agentgraph auth authenticates one connector platform directly, including non-interactive Slack token/cookie input when needed.

#Synopsis

agentgraph auth PLATFORM [--xoxc-token TOKEN] [--d-cookie VALUE]

#Notes

  • PLATFORM is the auth label, such as google, slack, discord, or rss
  • for Slack, --xoxc-token and --d-cookie skip the interactive prompt
  • RSS auth asks for feed URLs and validates them before saving

#Examples

agentgraph auth google
agentgraph auth slack --xoxc-token "$XOXC" --d-cookie "$D_COOKIE"
agentgraph auth rss