Developer resources

Developers — MakeFX by Make Effects

MakeFX is the CLI and technical surface for Make Effects. This page is the same-origin entrypoint to the public contracts, discovery documents, and operating guidance available to developers and agents.

Last updated: August 26, 2026

REST API

  • OpenAPI document is the canonical machine-readable REST contract.
  • API Catalog links the public REST and MCP service descriptions, documentation, and metadata.
  • API lifecycle policy explains REST v1 compatibility, version negotiation, deprecation signals, typed errors, and rate limits.

Use the OpenAPI document for current paths and schemas. The lifecycle policy owns compatibility expectations; copied endpoint lists do not.

OAuth and protected-resource metadata

Clients should discover these documents at runtime instead of retaining endpoint or scope copies.

MCP

After connecting, use tools/list and the public model tools for the current typed contract. MCP operates on the same Spaces, Assets, Variants, Recipes, References, Collections, and permissions as the web app.

MakeFX CLI

Use the CLI when work needs caller-local file upload or download. Use hosted MCP for structured remote operations.

Documentation and policies

Public HTML documents advertise their Markdown alternates. Live discovery contracts remain authoritative where commands, schemas, scopes, or service capabilities can change.