Python
from meibelai import Meibelai import os with Meibelai( api_key_header=os.getenv("MEIBELAI_API_KEY_HEADER", ""), ) as m_client: res = m_client.blueprints.instances.add_blueprint_instance(blueprint_id="<id>", workflow_type="<value>", task_queue="<value>", instance_metadata={ "key": "<value>", "key1": "<value>", }, parent_id="<id>") # Handle response print(res)
{ "id": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.meibel.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.meibel.ai/llms.txt
Use this file to discover all available pages before exploring further.
AddBlueprintInstanceRequest
Successful Response
AddBlueprintInstanceResponse
Was this page helpful?