Hatchet · JSON Structure

Hatchet Api Token Structure

Hatchet APIToken entity, derived from the Hatchet OpenAPI spec.

Type: object Properties: 0
Task QueueWorkflow EngineDurable ExecutionBackground TasksAI AgentsOrchestrationPostgreSQLOpen Source

APIToken is a JSON Structure definition published by Hatchet. It conforms to the https://api-evangelist.github.io/json-structure/0.1/schema.json meta-schema.

Meta-schema: https://api-evangelist.github.io/json-structure/0.1/schema.json

JSON Structure

Raw ↑
{
  "$schema": "https://api-evangelist.github.io/json-structure/0.1/schema.json",
  "specification": "JSON Structure",
  "specificationVersion": "0.1",
  "id": "hatchet:api-token",
  "name": "APIToken",
  "description": "Hatchet APIToken entity, derived from the Hatchet OpenAPI spec.",
  "type": "object",
  "fields": [
    {
      "name": "metadata",
      "type": "object",
      "required": true
    },
    {
      "name": "name",
      "description": "The name of the API token.",
      "type": "string",
      "required": true
    },
    {
      "name": "expiresAt",
      "description": "When the API token expires.",
      "type": "string",
      "format": "date-time",
      "required": true
    }
  ]
}