# whatabot ## Docs - [Generate Iframe Token](https://docs.whatabot.app/en/api-reference/auth/generate-iframe-token.md): Generate a one-time token for iframe authentication. - [Authentication](https://docs.whatabot.app/en/api-reference/authentication.md): API Key authentication for sessions and OAuth tokens for iframe embedding. - [Create Client](https://docs.whatabot.app/en/api-reference/clients/create-client.md): Create a new OAuth client for iframe embedding. - [Delete Client](https://docs.whatabot.app/en/api-reference/clients/delete-client.md): Delete an OAuth client. - [Get Client](https://docs.whatabot.app/en/api-reference/clients/get-client.md): Get a specific OAuth client. - [List Clients](https://docs.whatabot.app/en/api-reference/clients/list-clients.md): List all OAuth clients. - [Update Client](https://docs.whatabot.app/en/api-reference/clients/update-client.md): Update an OAuth client. - [Create Flow](https://docs.whatabot.app/en/api-reference/flows/create-flow.md): Create a new flow in a workspace. - [List Flows](https://docs.whatabot.app/en/api-reference/flows/list-flows.md): List all flows with pagination and filtering. - [Create Card](https://docs.whatabot.app/en/api-reference/kanban/create-card.md): Create a new card in a pipeline. - [List Cards](https://docs.whatabot.app/en/api-reference/kanban/list-cards.md): List cards from a pipeline with filters and pagination. - [List Pipelines](https://docs.whatabot.app/en/api-reference/kanban/list-pipelines.md): List all kanban pipelines in the workspace. - [Update Card](https://docs.whatabot.app/en/api-reference/kanban/update-card.md): Update values or tags of a card. - [API Overview](https://docs.whatabot.app/en/api-reference/overview.md): Introduction to the whatabot REST API. - [Create Sector](https://docs.whatabot.app/en/api-reference/sectors/create-sector.md): Create a new sector. - [Delete Sector](https://docs.whatabot.app/en/api-reference/sectors/delete-sector.md): Delete a sector. - [List Sectors](https://docs.whatabot.app/en/api-reference/sectors/list-sectors.md): List all sectors in the workspace. - [Update Sector](https://docs.whatabot.app/en/api-reference/sectors/update-sector.md): Update a sector. - [Create Session](https://docs.whatabot.app/en/api-reference/sessions/create-session.md): Create a new conversation session for a flow. - [Get Session Events](https://docs.whatabot.app/en/api-reference/sessions/get-session-events.md): Get error logs and events for a specific session. - [List Session Logs](https://docs.whatabot.app/en/api-reference/sessions/list-session-logs.md): Retrieve a paginated list of session logs. - [Send Message](https://docs.whatabot.app/en/api-reference/sessions/send-message.md): Send a message into an active session. - [Webhooks](https://docs.whatabot.app/en/api-reference/webhooks.md): Receive real-time notifications when your flow sends messages or performs actions. - [Create Workspace](https://docs.whatabot.app/en/api-reference/workspaces/create-workspace.md): Create a new workspace. - [Delete Workspace](https://docs.whatabot.app/en/api-reference/workspaces/delete-workspace.md): Delete a workspace. - [List Workspaces](https://docs.whatabot.app/en/api-reference/workspaces/list-workspaces.md): List all workspaces in the account. - [Update Workspace](https://docs.whatabot.app/en/api-reference/workspaces/update-workspace.md): Update a workspace. - [Flow Editor](https://docs.whatabot.app/en/editor/overview.md): The visual drag-and-drop editor for building WhatsApp conversation flows. - [Variables](https://docs.whatabot.app/en/editor/variables.md): Store and reference data throughout your conversation flows. - [Embed Authentication](https://docs.whatabot.app/en/embed/authentication.md): How to authenticate the embedded flow editor. - [Iframe Embedding](https://docs.whatabot.app/en/embed/overview.md): Embed the whatabot flow editor in your own application. - [Key Concepts](https://docs.whatabot.app/en/get-started/concepts.md): Understand the core building nodes of whatabot: flows, nodes, edges, variables, and sessions. - [Introduction](https://docs.whatabot.app/en/get-started/introduction.md): whatabot is a visual flow builder for creating WhatsApp conversational experiences without code. - [Quick Start](https://docs.whatabot.app/en/get-started/quickstart.md): Create and deploy your first whatabot flow in minutes. - [Nodes Overview](https://docs.whatabot.app/en/nodes/overview.md): All available node types in whatabot, organized by category. - [Workspaces](https://docs.whatabot.app/en/workspace/overview.md): Organizational containers for flows and resources. ## OpenAPI Specs - [openapi](https://docs.whatabot.app/api-reference/openapi.json)