---
title: Authentication
description: Access policy for Moddable Games Tools API
url: https://tools.moddable.games/auth.md
---

# Authentication

## Access policy

This API requires **no authentication**. All tools are openly accessible.

## Rate limits

No rate limits are currently enforced. Abuse may result in IP-level throttling.

## Usage

- **REST:** POST to `/api/call` with `{"tool": "name", "args": {...}}`
- **MCP:** Connect via SSE at `/mcp` or POST JSON-RPC to `/mcp`

## Registration

No API keys, tokens, or registration required. Agents may begin calling tools immediately.
