Skip to main content
POST
/
agents
/
{agent_id}
/
sessions
Python
from meibel import MeibelClient

client = MeibelClient(api_key="your-api-key")

result = client.agents.sessions.create("agent_id_value")
print(result)
{
  "session_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.meibel.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

agent_id
string
required

Body

application/json
prompt
string | null
initial_context
Initial Context · object
max_iterations_per_user_message
integer | null

Response

Successful Response

session_id
string
required