Personal API Token

Use this token to authenticate your requests when using the AgentComet SDK. Keep it secret and never share it publicly.

Sign in to generate a token
Last used: Never

How to use your token

Set the environment variable in your terminal:

export AGENTCOMET_API_TOKEN="Sign in to generate a token"

Or initialize the SDK directly:

agent = Agent(api_token="Sign in to generate a token")