Skip to main content
POST
Python

Authorizations

Authorization
string
header
required

API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'

Body

application/json
name
string
required

Name of the new organization.

Response

Successfully created a new organization.

message
string
Example:

"Organization created successfully."

org_id
string<uuid>

Unique identifier for the organization.