INDIVIDUAL MCP TOOL
sandbox_create_credential
Mint a working sandbox API key with no signup and no human in the loop.
LIVE ENDPOINT
https://docs.get-flowie.com/mcp
Connect to this endpoint to inspect the live schema for sandbox_create_credential and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.flowie-exchange-docs]
url = "https://docs.get-flowie.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"flowie-exchange-docs": {
"type": "http",
"url": "https://docs.get-flowie.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: flowie-exchange-docs
Remote MCP URL: https://docs.get-flowie.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"flowie-exchange-docs": {
"url": "https://docs.get-flowie.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"flowie-exchange-docs": {
"type": "http",
"url": "https://docs.get-flowie.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "flowie-exchange-docs",
"transport": "streamable-http",
"url": "https://docs.get-flowie.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
docs_search— Search the Flowie Exchange API documentation and return the most relevant pages with their URLs and descriptions.docs_read_page— Read a documentation page as markdown.docs_list_endpoints— List the API's operations (method, path, summary) from the OpenAPI contract, optionally filtered by a substring of the path or summary.docs_get_auth_guide— Return the authentication walkthrough for agents: how to get a sandbox key with no signup, how a user hands an agent scoped access, error handling and revocation.