Modelry
Modelry is a 3D visualization platform for eCommerce that creates custom 3D product models, AR experiences, and digital asset management.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Modelry authenticates with an API key. Generate the credential in your Modelry account, then paste it into FlyMyAI the first time an agent uses a Modelry action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Modelry API Token | The API token used for authenticating requests to the Modelry API. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
MODELRY_CREATE_WORKSPACE | Tool to create a new workspace. use when you need to group products and embeds into a dedicated workspace. call after authenticating and specifying workspace details. | name |
MODELRY_DELETE_EMBED | Tool to delete an embed. tries multiple common endpoint patterns and treats 404 as idempotent success after exhausting candidates (embed already deleted or not found). | embedId |
MODELRY_DELETE_PRODUCT | Tool to delete a product. use after confirming the product id. | productId |
MODELRY_DELETE_PRODUCT_REPOSITORY | Tool to delete a product repository. use after confirming the repository id. | repositoryId |
MODELRY_DELETE_WORKSPACE | Tool to delete a workspace. use after confirming the workspace id. | workspaceId |
MODELRY_GET_EMBED | Tool to retrieve details of a specific embed. use after confirming the embed id. | embed_id |
MODELRY_GET_PRODUCT_REPOSITORY | Tool to retrieve details of a specific product repository. use when you have a repository id and need its details. | repository_id |
MODELRY_GET_WORKSPACE | Tool to retrieve details for a specific workspace. use after confirming the workspace id. | workspace_id |
MODELRY_LIST_EMBEDS | Tool to list available embeds. use when you need embed ids for downstream actions (e.g., modelry get embed). supports optional pagination. | - |
MODELRY_LIST_MODELING_REQUESTS | Tool to list all 3d modeling requests associated with the authenticated user's workspace. use after authenticating to fetch your modeling requests. | - |
MODELRY_LIST_PRODUCTS | Tool to list all products in modelry. use when you need to retrieve available products after authenticating. | - |
MODELRY_LIST_PRODUCT_REPOSITORIES | Tool to list all product repositories in a workspace. use after confirming the workspace id. | workspace_id |
MODELRY_LIST_WORKSPACES | Tool to list all workspaces in modelry. use when you need to retrieve available workspaces after authenticating. | - |
MODELRY_ORDER_MODELING_SERVICE | Tool to place an order for 3d modeling services. use when workspace and product ids are known and modeling specifications are ready. | workspace_id, product_id, service_type |
MODELRY_TRACK_MODELING_PROGRESS | Tool to track the progress of a 3d modeling request. use after initiating a modeling job to poll current status and completion percentage. | request_id |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Modelry!