WhagonsDocs
AI and agents

AI and agents

Connect an external agent to Whagons or understand the built-in Whagons assistant.

Whagons supports two related but distinct agent experiences.

ExperienceWho runs it?How it gets accessWhat it uses
External agentA third-party agent, automation, or agent platformA user approves a discoverable auth.md claimShort-lived whg_agent_… token and the public v1 API
Whagons assistantWhagons inside the signed-in productThe current Whagons user sessionCurated product actions, navigation, exports, and data tools

Do not treat the built-in assistant's curated action catalog as a public REST API. External agents use the documented /api/v1/* endpoints.

Which path should I use?

Use a Settings-issued API key when a known server-to-server integration needs durable access and an administrator can manage key rotation.

Use agent access when an autonomous tool starts the connection and a human Whagons user should explicitly approve that agent for one tenant.

Use the built-in assistant when the user is already working in Whagons and wants natural-language help with visible work, setup, analysis, files, or navigation.

Current status

The v1 task API and Settings-issued keys are the primary public integration surface. The auth.md agent flow is available as a beta while its discovery, credential renewal, and management experience continue to be refined.

Start with auth.md agent access, or go directly to the API key quickstart.

On this page