SiteSpeakAI MCP integration for AI agents.

Connect AI agents to SiteSpeakAI through 11 structured actions, including get chatbot, upsert updated answer, and delete updated answer. Review authenticatio…

ACTION CONTRACTS
11
AUTHENTICATION
API key
SOURCE STATUS
Provider-backed

CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE

CAPABILITY PROFILE

What the SiteSpeakAI integration exposes

The SiteSpeakAI Agent App exposes 11 provider-backed actions for ai and communication work. Its current contract lets an authorized agent retrieve the full sitespeakai settings object for one chatbot, create or update a sitespeakai custom answer for a chatbot, and delete one sitespeakai updated answer from a chatbot. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.

A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.

For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected SiteSpeakAI account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.

VERIFIED ACTION SAMPLE

Real SiteSpeakAI capabilities.

Showing 11 of 11 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.

get_chatbotREAD

Retrieve the full SiteSpeakAI settings object for one chatbot.

INPUTS: chatbot_id

upsert_updated_answerWRITE

Create or update a SiteSpeakAI custom answer for a chatbot.

INPUTS: chatbot_id / question / suggested_answer

delete_updated_answerHIGH IMPACT

Delete one SiteSpeakAI updated answer from a chatbot.

INPUTS: chatbot_id / finetune_id

get_current_userREAD

Retrieve the connected SiteSpeakAI user account details.

list_chatbotsREAD

List every SiteSpeakAI chatbot available to the connected account.

list_conversationsREAD

Retrieve conversation history for one SiteSpeakAI chatbot.

INPUTS: chatbot_id / conversation_id / include_deleted / include_sources / limit

list_leadsREAD

List the leads captured by one SiteSpeakAI chatbot.

INPUTS: chatbot_id

list_sourcesREAD

List the training sources and training statuses for one SiteSpeakAI chatbot.

INPUTS: chatbot_id

list_suggested_messagesREAD

List the suggested visitor prompts configured for one SiteSpeakAI chatbot.

INPUTS: chatbot_id

list_updated_answersREAD

List updated answers configured for one SiteSpeakAI chatbot.

INPUTS: chatbot_id

query_chatbotREAD

Send a question to one SiteSpeakAI chatbot and return its answer plus source URLs.

INPUTS: chatbot_id / prompt / conversation_id / format

INPUT CONTRACTS

Know what the action needs before it runs.

get_chatbot

chatbot_idOPTIONAL
The ID of your chatbot.

upsert_updated_answer

chatbot_idOPTIONAL
The ID of your chatbot.
questionOPTIONAL
The question associated with the updated answer.
suggested_answerOPTIONAL
The custom answer SiteSpeakAI should return.

delete_updated_answer

chatbot_idOPTIONAL
The ID of your chatbot.
finetune_idOPTIONAL
The ID of the updated answer to delete.

list_conversations

chatbot_idREQUIRED
The ID of your chatbot.
conversation_idOPTIONAL
Return only entries for this visitor conversation ID.
include_deletedOPTIONAL
Whether cleared conversation entries should be included.
include_sourcesOPTIONAL
Whether SiteSpeakAI should include source records for each conversation entry.
limitOPTIONAL
The maximum number of conversation entries to return.

PROVIDER-SPECIFIC WORKFLOWS

Jobs this Agent App can support

Inspect Get Chatbot

Retrieve the full SiteSpeakAI settings object for one chatbot. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.

get_chatbot

Control Upsert Updated Answer

Create or update a SiteSpeakAI custom answer for a chatbot. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.

upsert_updated_answer

Verify with Get Current User

Retrieve the connected SiteSpeakAI user account details. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.

get_current_user

SAFETY BOUNDARY

Operate SiteSpeakAI with explicit limits

  • Authorize SiteSpeakAI with API key and grant only the provider access required by the selected actions.
  • 2 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
  • Treat `delete_updated_answer` as high-impact operations and require an explicit approval boundary.
  • No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in SiteSpeakAI rather than assuming unrestricted access.
  • After a call, inspect the structured result and execution record before reporting that the SiteSpeakAI task completed successfully.

CONNECTION MODEL

API key

SiteSpeakAI API token sent with the Authorization Bearer header. Generate one from your SiteSpeakAI account page: https://sitespeak.ai/user/api-tokens

Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.

READ SIGNALS
9
WRITE SIGNALS
1
HIGH IMPACT
1
REVIEW SIGNALS
0

EVIDENCE AND AVAILABILITY

Provider reference

Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by SiteSpeakAI.

Official SiteSpeakAI website

ONE CONNECTION. REAL WORK.

Give your agent software it can use.

Connect through MCP or explore the Agent App catalog and choose only the capabilities your workflow needs.

EXPLORE AGENT APPS