Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mesa.dev/llms.txt

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

Get the current or specified organization.
const org = await mesa.org.get();
console.log(org.slug, org.name);

Options

org
string | undefined
Organization override.

Response

Returns an organization object with fields such as id, slug, name, and repository counts when included by the API.

Required scope

read