ChatGPT uses Rowvia OAuth
The ChatGPT web connector uses https://api.rowvia.ai/mcp and Rowvia OAuth. The user does not create, copy, or paste an rvia_ API token.
Open MCP documentationChoose the integration path by who will work with the tables: an AI agent through MCP, or your backend and scripts through the REST API. The default add flow is one primary source per row; extended rows can also carry related attachments.
The ChatGPT web connector uses https://api.rowvia.ai/mcp and Rowvia OAuth. The user does not create, copy, or paste an rvia_ API token.
Open MCP documentationClaude Desktop, Cursor, Codex CLI, and local agents use stdio config. The rvia_... token belongs in the ROWVIA_API_TOKEN environment variable.
Open MCP documentationYour backend, scheduled jobs, and scripts send Authorization: Bearer rvia_.... Create the token in Profile -> Integrations and restrict it to a table when possible.
Open REST API documentationPrepare the table and template manually, check the columns and source model. The baseline is one primary document, URL, or text source per row; when a workflow needs attachments for one case, keep them on the same row before connecting the process through MCP or the REST API.