import { ApiTokenForm } from '~/components/forms/token'; export default function ApiToken() { return (

API Tokens

On this page, you can create new API tokens and manage the existing ones.


); }