# BrainAPI Metadata API (https://brainapi.lumen-labs.ai/docs/v2/reference/api/meta)

> For the complete BrainAPI documentation index, see [llms.txt](https://brainapi.lumen-labs.ai/docs/llms.txt). A markdown version of any docs page is available by appending `.md` to its URL (e.g. https://brainapi.lumen-labs.ai/docs/v2/reference/api/meta.md).

Inspect authentication scope and graph metadata.

{/* Generated from schemas\/brainapi-v2.openapi.json. Run npm run api:generate after syncing the schema. */}

export default function Layout(props) {
  const { APIPage, OpenAPIPage } = props.components ?? {};
  // "APIPage" is the old name from v10, this allows both for backward compatibility
  const Comp = OpenAPIPage ?? APIPage;
  return (
    <>
      {props.children}
      <Comp document="schemas/brainapi-v2.openapi.json" webhooks={[]} operations={[{"path":"/meta/entity-labels","method":"get"},{"path":"/meta/entity-properties","method":"get"},{"path":"/meta/login-info","method":"get"},{"path":"/meta/relationships-properties","method":"get"}]} showTitle showDescription />
    </>
  );
}
