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

> 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/system.md).

Administer brains with a system personal access token.

{/* 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":"/system/brains","method":"post"},{"path":"/system/brains-list","method":"get"}]} showTitle showDescription />
    </>
  );
}
