Resilient
← Resilient

Developers

Resilient World Agent API

Public marketing MCP and discovery surfaces for agents. Not a customer product API.

When to use

Use these surfaces when you need existing marketing facts from resilient.world: company overview, product description, public CTA URLs, and llms.txt indexes. The live sandbox is the production MCP — there is no separate staging environment.

Do not use these endpoints for customer data, project portfolios, or authenticated product workflows. Resilient does not offer a public customer API through this site.

Quickstart

Initialize MCP with JSON-RPC 2.0, then call tools/list:

curl -sS -X POST https://resilient.world/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"curl","version":"1.0"}}}'

curl -sS -X POST https://resilient.world/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/list","params":{}}'

Authentication

None required. All MCP tools are callable without a token. Optional anonymous OAuth is available for scanners — see auth.md and /oauth/register.

API keys

This marketing MCP does not issue customer API keys. There is no API key product, billing, or per-tenant access. Optional public anonymous bearer tokens exist solely for agent scanners.

Sandbox

The sandbox is the live public MCP at /mcp. POST JSON-RPC messages against production.

Discovery surfaces

Errors

API paths return RFC 9457 application/problem+json with code, hint, and resolution fields.