openapi: 3.2.0 info: title: Cracked Refunds API version: 0.3.0 description: Discover, inspect and run 67,000+ agent tools from one balance. Agents can register their own workspace at POST https://cracked.ai/v1/agents/register ($1 trial credit, no human needed) and earn $5 of credit for every workspace that signs up through their referral link (GET https://cracked.ai/v1/referrals). contact: email: support@cracked.ai servers: - url: https://cracked.ai/v1 tags: - name: Refunds paths: /refunds: get: summary: Refunds on this workspace (automatic and under review) with the policy security: - bearer: [] parameters: - name: limit in: query schema: type: integer maximum: 200 responses: '200': description: Refund rows tags: - Refunds operationId: getRefunds x-operation-id-source: derived components: securitySchemes: bearer: type: http scheme: bearer description: ck_live_ API key or OAuth access token