# Killa Tamata API Gateway API-first credit purchasing and usage gateway for Killa Tamata media generation. ## Product - Primary user: developers and AI agents - Web app purpose: purchase credits and key management - Runtime operations: API endpoints ## Endpoints - OpenAPI: https://killatamata.com/openapi.json - API docs: https://killatamata.com/api-docs - API base: https://calm-cheetah-456.convex.site ## Key Routes - GET /api/v1/packages - POST /api/v1/checkout/stripe - POST /api/v1/checkout/crypto - POST /api/v1/claim/stripe - POST /api/v1/claim/crypto - GET /api/v1/keys - POST /api/v1/keys - POST /api/v1/keys/revoke - GET /api/v1/credits/balance - POST /api/v1/media/jobs ## Auth - Purchase/claim routes are public - Usage routes require API key via Authorization Bearer or x-api-key - AI agents should use API keys