Logo
Get Started Free

Ferrara - Italy © WallabyX 2026

All systems operational

Features

Resources

Developer

Company

Help

API & MCP

Your site. Fully programmable.

WallabyX exposes a full REST API and native MCP integration. Automate anything — from your own scripts, CI/CD pipelines, or directly from your AI agent.

REST API Base URL

https://wallabyx.com/api/v1

MCP Endpoint

https://app.wallabyx.com/api/mcp

Two ways to control your site

Use the REST API for direct HTTP calls from scripts, CI/CD pipelines, or custom integrations. Use MCP to connect an AI agent that manages your site in natural language. Both use the same API key and permissions system — the difference is who's calling them: your code, or your AI.

REST API

Standard HTTP endpoints for managing pages, posts, blocks, site settings and more. Perfect for scripts, CI/CD pipelines, and custom integrations. Note: the base URL returns 404 if opened in a browser — it requires an HTTP client like curl, Postman or Insomnia with a valid Bearer token.

  • ✓ Bearer token authentication
  • ✓ Read, write, delete scopes
  • ✓ Granular per-key permissions
  • ✓ Full pages & blocks CRUD
  • ✓ SEO, analytics, A/B test endpoints

MCP Integration

Connect Claude, ChatGPT, Gemini or any MCP-compatible agent. Your AI can manage the entire site in natural language — with the same permissions you set.

  • ✓ 35+ native MCP tools
  • ✓ Model agnostic (Claude, GPT, Gemini)
  • ✓ Conditional publish rules (e.g. SEO ≥ 80)
  • ✓ Full audit log + one-click rollback
  • ✓ Works with claude.ai and Claude Code

API Key Permissions

Create multiple API keys — each with its own scope. You decide exactly what each key (or agent) is allowed to do.

read

List and read pages, posts, blocks, site info, and analytics. Safe for read-only integrations and dashboards.

write

Create and update pages, blocks, SEO settings, and deploy changes. Required for AI agents that manage content.

delete

Remove pages and content. Keep this scope restricted to keys you fully trust — or leave it disabled entirely.

Pro tip: you can create a key with write scope but restrict publishing — e.g. allow publish only if SEO score ≥ 80. Your agent writes, the rules decide if it goes live.

What you can do with the API

Pages & Posts

Create, update, publish, unpublish and delete pages and blog posts.

Blocks

Read, update, hide or show individual blocks on any page.

A/B Tests

Create variants, track results, and conclude tests via API or MCP tool.

Analytics

Read block-level events: views, clicks, video plays, time visible and more.

MCP Tools — Full List

35+ tools covering every aspect of your site. Your AI agent can use them all — or only the ones you allow via API key permissions.

create_page, list_pages, get_page_content, update_block_content, add_blocks_to_page, hide_show_block, update_block_visibility, reorder_blocks, delete_page
create_post, update_post — full control over blog posts including SEO, featured image, category, tags, publish/unpublish and content.
get_seo_info, update_seo, get_site_theme, get_crawl_info, get_site_stats, get_site_health — read and update all SEO metadata and site-level settings.
get_block_analytics, create_ab_test, duplicate_block_variant, get_ab_test_results, end_ab_test, analyze_page_seo, analyze_all_pages_seo — measure performance and run experiments.
get_ai_actions_log, rollback_ai_action, save_learned_rule, delete_learned_rule, get_learned_rules — inspect what your AI agent has done and roll back any action instantly.
search_image (Pexels), upload_image, create_redirect — manage media assets and URL redirects directly from your agent.

Ready to connect your agent?

Create your API key from the dashboard and start in minutes. Full docs included.

Get your API key
Read the docs