Poe API
OpenClaw_GPT
OpenClaw GPT is your personal coach about how to install and use to OpenClaw/Clawdbot/Moltbot as personal digital worker
Uses GPT-5.2, a model that is powered by OpenAI. Learn more
Build with OpenClaw_GPT using the Poe API
Start by creating an API key, for use with any bot on Poe:
Use it in these bots
See allCode samples
Responses API
import openai
client = openai.OpenAI(
api_key = "YOUR_POE_API_KEY", # or os.getenv("POE_API_KEY")
base_url = "https://api.poe.com/v1",
)
response = client.responses.create(
model = "openclaw_gpt",
input = "Hello world"
)
print(response.output_text)See the full documentation for comprehensive guidance on getting started.
More from AI Genius Lab
BeamPlus_Calculator
AI_Wuxing_Formula
AI_Product_Manager1
DragonVein_Emulator5
DragonVein_Emulator4
DragonVein_Emulator3
DragonVein_Emulator2
DragonVein_Emulator1
GUO5Step_Startup
CognitivePsychology1







