Raw Material Ordering: Order resources with Natural Language. Shared with our Neighbours

Sharing is caring

ever wanted to order a bot to just mine resources for you? well we want to share our API so you can do it with natural language.

When participating in a Minecraft hackathon, there is always one shared problem:
resources take time to gather, and manual grinding slows everything down.

To lower that barrier, we exposed a simple API that anyone can use to turn natural language requests into Minecraft bot actions.

No SDK.
No authentication.
No setup ceremony.

Just send a request and the bot goes to work.

Get access here:

TriggerAIV1 – API Documentation

Full swagger and no need to log in!!

TriggerAIV1 is an Azure Logic App–backed API that processes any incoming message and converts it into structured Minecraft bot commands using Azure OpenAI.

It acts as a shared entry point for:

  • hackathon teammates
  • external systems
  • tools like Postman
  • ERP or business events

Quick Start Guide

Purpose

Send any message or command.
The AI parses the intent and converts it into Minecraft bot actions.

Method

POST

Authentication

None required

Endpoint

POST https://resourcedv.azure-api.net/When_an_HTTP_request_is_received/paths/invoke

How it works

  1. You send a POST request with any JSON payload
  2. Azure OpenAI analyzes the message
  3. Intent is extracted and normalized
  4. A structured Minecraft bot command is produced
  5. The bot executes the action in-game

This allows both humans and systems to request work in the same way.

With TriggerAIV1, anyone can:

  • send an order request using natural language
  • connect instantly
  • have the order converted into bot instructions
  • and watch the AI bot mine the resources in Minecraft

That’s why we shared it.<3

AAAALSO If you want a easy 30 seconds API implement you can also use the Postman Version; Use this link and post:

https://prod-30.swedencentral.logic.azure.com:443/workflows/5a0eb91725eb483493c76e6af537e8db/triggers/When_an_HTTP_request_is_received/paths/invoke?api-version=2016-10-01&sp=%2Ftriggers%2FWhen_an_HTTP_request_is_received%2Frun&sv=1.0&sig=yvZsHMzJ4hI37B4rwLCQ88osKJuaSeke-pFYGleLgLo

Change body, do what you like 🙂 Have fun

___-

Cepheo Crafing Creepers