{ "info": { "_postman_id": "21d634e2-c33a-4f91-992f-30d6a6be2a61", "name": "Coasty Public keys API", "description": "# Coasty Public API\n\nCoasty is a Computer Use Agent (CUA) platform: predict actions from screenshots,\nprovision managed VMs, and run scheduled automation against them.\n\n## Authentication\n\nAll endpoints (except `/v1/triggers/webhook/{webhook_id}` and health checks) require an API key.\nPass it as either:\n\n- `X-API-Key: sk-coasty-live-...` (or `sk-coasty-test-...` for sandbox)\n- `Authorization: Bearer sk-coasty-live-...`\n\nThe external webhook endpoint does not use an API key, but it is authenticated:\nsend the HMAC-SHA256 `Coasty-Signature` credential documented on that operation.\n\nTest-mode keys (`sk-coasty-test-*`) hit the same validation paths as live keys but\nreturn mock VMs / mock action results and never bill credits \u2014 ideal for CI.\n\n## Pricing & budgeting\n\nPer-call rates (subject to change \u2014 see `lib/pricing/tiers.ts METERED_RATES`):\n\n| Endpoint | Credits |\n|---|---|\n| `POST /v1/predict` | ~5 |\n| `POST /v1/sessions` | 10 |\n| `POST /v1/sessions/{id}/predict` | ~4 |\n| `POST /v1/ground` | ~3 |\n| `POST /v1/parse` | 0 (free) |\n\nLong-running CUA jobs orchestrated through the dashboard (not this API) bill at\n10 credits/minute with a 20-credit minimum. Subscription tiers (`free | starter |\nprofessional | enterprise`) gate feature availability (e.g. custom system prompts),\nschedule counts, and the maximum trajectory length.\n\n## Errors\n\nEvery error response uses the same envelope:\n\n```json\n{\n \"error\": {\n \"code\": \"INSUFFICIENT_CREDITS\",\n \"message\": \"Need 5, have 2.\",\n \"type\": \"billing_error\",\n \"request_id\": \"req_a1b2c3d4e5f6\",\n \"retryable\": false,\n \"retry_with_same_idempotency_key\": false\n }\n}\n```\n\nInclude the `request_id` in support requests.\n\n## Idempotency\n\nOperations marked `x-idempotency: reserve-and-replay` accept `Idempotency-Key:\n<\u2264128 chars of [A-Za-z0-9_-:]>`. Replays\nof the same key + identical body return the original response (with\n`X-Coasty-Idempotent-Replay: true`) for 24 h. Reusing the key with a different body\nis a 422 `IDEMPOTENCY_KEY_REUSED`.\nOperations marked `x-idempotency: webhook-payload-dedup` instead deduplicate the\nsame webhook id + identical raw body for 60 seconds; they do not accept an\nIdempotency-Key.\n\n## Clients & MCP\n\nUse the HTTP API directly from any language. Official TypeScript and Python SDKs\nare not currently published; generate a client from this OpenAPI document if needed.\n- MCP server: `npx -y @coasty/mcp` (see `x-mcp-server`)\n\n## Reference\n\nComplete (machine-readable) spec is hosted at `/.well-known/openapi.json` and\n`/openapi.json` (Stripe / Vercel conventions).\n\nContact Support:\n Name: Coasty Developer Support\n Email: founders@coasty.ai", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:22:32.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "lastUpdatedBy": "35240", "uid": "35240-21d634e2-c33a-4f91-992f-30d6a6be2a61" }, "item": [ { "name": "v1", "item": [ { "name": "usage", "item": [ { "name": "Usage summary for a billing period", "id": "314f0de3-6c14-4f57-8f2f-84102e0ec206", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/usage?period=8212-09", "host": [ "{{baseUrl}}" ], "path": [ "v1", "usage" ], "query": [ { "key": "period", "value": "8212-09" } ] } }, "response": [ { "id": "41143916-909e-481d-b143-26e16e6c0ea0", "name": "Usage summary.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/usage?period=8212-09", "host": [ "{{baseUrl}}" ], "path": [ "v1", "usage" ], "query": [ { "key": "period", "value": "8212-09" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Key-Kind", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Test-Mode", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Remaining", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "RateLimit-Reset", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Idempotency-Replayed", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"period\": \"\",\n \"total_requests\": 0,\n \"total_credits\": 0,\n \"total_cost_cents\": 0,\n \"breakdown\": {\n \"ipsum6\": {\n \"requests\": 0,\n \"credits\": 0\n },\n \"sed_411\": {\n \"requests\": 0,\n \"credits\": 0\n }\n },\n \"balance\": 0,\n \"wallet_balance_cents\": 0,\n \"wallet_balance_usd\": 0\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-41143916-909e-481d-b143-26e16e6c0ea0" }, { "id": "56e38781-f421-4d02-9718-8477b170cfae", "name": "Invalid request body or parameters.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/usage?period=8212-09", "host": [ "{{baseUrl}}" ], "path": [ "v1", "usage" ], "query": [ { "key": "period", "value": "8212-09" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-56e38781-f421-4d02-9718-8477b170cfae" }, { "id": "c2e84725-81b9-4b22-b2fd-9f46de2ce67d", "name": "Missing, invalid, or revoked API key. Pass `X-API-Key: sk-coasty-live-...` (or test).", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/usage?period=8212-09", "host": [ "{{baseUrl}}" ], "path": [ "v1", "usage" ], "query": [ { "key": "period", "value": "8212-09" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-c2e84725-81b9-4b22-b2fd-9f46de2ce67d" }, { "id": "8092329f-4f20-4c0c-9c33-a4c210886db0", "name": "API key lacks the required scope or tier-feature is unavailable on the caller's plan.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/usage?period=8212-09", "host": [ "{{baseUrl}}" ], "path": [ "v1", "usage" ], "query": [ { "key": "period", "value": "8212-09" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-8092329f-4f20-4c0c-9c33-a4c210886db0" }, { "id": "c2f07e6d-a024-4ed5-b373-f5a77a720c06", "name": "Resource not found in this key's namespace.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/usage?period=8212-09", "host": [ "{{baseUrl}}" ], "path": [ "v1", "usage" ], "query": [ { "key": "period", "value": "8212-09" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-c2f07e6d-a024-4ed5-b373-f5a77a720c06" }, { "id": "99b3850d-2c98-4436-955e-05e8784c85fe", "name": "The resource state conflicts with this operation.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/usage?period=8212-09", "host": [ "{{baseUrl}}" ], "path": [ "v1", "usage" ], "query": [ { "key": "period", "value": "8212-09" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-99b3850d-2c98-4436-955e-05e8784c85fe" }, { "id": "07341766-eed2-45ce-a905-dc769bace3f7", "name": "The request body exceeds the endpoint limit.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/usage?period=8212-09", "host": [ "{{baseUrl}}" ], "path": [ "v1", "usage" ], "query": [ { "key": "period", "value": "8212-09" } ] } }, "status": "Request Entity Too Large", "code": 413, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-07341766-eed2-45ce-a905-dc769bace3f7" }, { "id": "2e6c8da4-9b28-43fb-be1a-88a7af2dcf57", "name": "The JSON shape is valid but one or more values violate the endpoint contract.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/usage?period=8212-09", "host": [ "{{baseUrl}}" ], "path": [ "v1", "usage" ], "query": [ { "key": "period", "value": "8212-09" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-2e6c8da4-9b28-43fb-be1a-88a7af2dcf57" }, { "id": "af2b1a22-ef33-4c8d-a0e3-0fa9dd6c9e4b", "name": "Rate or concurrency limit exceeded.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/usage?period=8212-09", "host": [ "{{baseUrl}}" ], "path": [ "v1", "usage" ], "query": [ { "key": "period", "value": "8212-09" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-af2b1a22-ef33-4c8d-a0e3-0fa9dd6c9e4b" }, { "id": "b3dca57f-f268-4af1-b947-9ab5cad5a831", "name": "Unexpected server error. Retry with exponential backoff.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/usage?period=8212-09", "host": [ "{{baseUrl}}" ], "path": [ "v1", "usage" ], "query": [ { "key": "period", "value": "8212-09" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-b3dca57f-f268-4af1-b947-9ab5cad5a831" }, { "id": "07452d85-1838-4f20-b05e-0a90e23683f9", "name": "An upstream dependency returned an invalid response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/usage?period=8212-09", "host": [ "{{baseUrl}}" ], "path": [ "v1", "usage" ], "query": [ { "key": "period", "value": "8212-09" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-07452d85-1838-4f20-b05e-0a90e23683f9" }, { "id": "923a106c-1b76-4a66-b7c6-476667dd5731", "name": "A required service is temporarily unavailable.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/usage?period=8212-09", "host": [ "{{baseUrl}}" ], "path": [ "v1", "usage" ], "query": [ { "key": "period", "value": "8212-09" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-923a106c-1b76-4a66-b7c6-476667dd5731" }, { "id": "993d4155-bb5d-4c8b-8dba-f2166102a29a", "name": "An upstream dependency timed out.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/usage?period=8212-09", "host": [ "{{baseUrl}}" ], "path": [ "v1", "usage" ], "query": [ { "key": "period", "value": "8212-09" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-993d4155-bb5d-4c8b-8dba-f2166102a29a" } ], "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-314f0de3-6c14-4f57-8f2f-84102e0ec206" } ], "id": "eb37f6b0-414e-4566-827e-a99997ca9844", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-eb37f6b0-414e-4566-827e-a99997ca9844" }, { "name": "idempotency", "item": [ { "name": "{key}", "item": [ { "name": "Fetch a result by Idempotency-Key", "id": "be4de0a7-993a-44fa-aadf-78d57a6dcec3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/idempotency/:key", "host": [ "{{baseUrl}}" ], "path": [ "v1", "idempotency", ":key" ], "variable": [ { "id": "d3b6cf3a-b93d-486e-b9cf-2b8703504851", "key": "key", "value": "MBzwF102U", "description": "(Required) The Idempotency-Key whose result you want to collect (\u2264128 chars, [A-Za-z0-9_-:])." } ] }, "description": "Collect a prior mutating call's result by its Idempotency-Key alone (for clients that lost the original response). 'completed' returns the original body + original_status; 'processing' means it is still running; unknown/expired is 404." }, "response": [ { "id": "f7aa8442-41ef-48dc-be18-02a67941861b", "name": "The cached result (completed) or its in-flight status (processing).", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/idempotency/:key", "host": [ "{{baseUrl}}" ], "path": [ "v1", "idempotency", ":key" ], "variable": [ { "key": "key" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Key-Kind", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Test-Mode", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"completed\",\n \"request_id\": \"\",\n \"result\": {\n \"description\": \"The original response body, verbatim. Present only when status is 'completed'.\"\n },\n \"original_status\": \"\"\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-f7aa8442-41ef-48dc-be18-02a67941861b" }, { "id": "ea7e30e6-0051-498a-a72b-7e4c501cdea8", "name": "Invalid request body or parameters.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/idempotency/:key", "host": [ "{{baseUrl}}" ], "path": [ "v1", "idempotency", ":key" ], "variable": [ { "key": "key" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-ea7e30e6-0051-498a-a72b-7e4c501cdea8" }, { "id": "dfbd55ff-4699-4816-b715-ed16ea19b898", "name": "Missing, invalid, or revoked API key. Pass `X-API-Key: sk-coasty-live-...` (or test).", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/idempotency/:key", "host": [ "{{baseUrl}}" ], "path": [ "v1", "idempotency", ":key" ], "variable": [ { "key": "key" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-dfbd55ff-4699-4816-b715-ed16ea19b898" }, { "id": "9560117c-eb8c-41f0-92d3-005e15a25287", "name": "API key lacks the required scope or tier-feature is unavailable on the caller's plan.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/idempotency/:key", "host": [ "{{baseUrl}}" ], "path": [ "v1", "idempotency", ":key" ], "variable": [ { "key": "key" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-9560117c-eb8c-41f0-92d3-005e15a25287" }, { "id": "f884ac34-28bf-442b-982f-6c33632c869e", "name": "Resource not found in this key's namespace.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/idempotency/:key", "host": [ "{{baseUrl}}" ], "path": [ "v1", "idempotency", ":key" ], "variable": [ { "key": "key" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-f884ac34-28bf-442b-982f-6c33632c869e" }, { "id": "1666ed97-bac5-4efc-9368-e100558cceac", "name": "Rate or concurrency limit exceeded.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/idempotency/:key", "host": [ "{{baseUrl}}" ], "path": [ "v1", "idempotency", ":key" ], "variable": [ { "key": "key" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-1666ed97-bac5-4efc-9368-e100558cceac" }, { "id": "c8101296-297a-495b-882a-36c0f2818909", "name": "Unexpected server error. Retry with exponential backoff.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/idempotency/:key", "host": [ "{{baseUrl}}" ], "path": [ "v1", "idempotency", ":key" ], "variable": [ { "key": "key" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-c8101296-297a-495b-882a-36c0f2818909" }, { "id": "bb4e5ab8-783b-47cb-9a26-5eb1c107cb58", "name": "A required service is temporarily unavailable.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/idempotency/:key", "host": [ "{{baseUrl}}" ], "path": [ "v1", "idempotency", ":key" ], "variable": [ { "key": "key" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-bb4e5ab8-783b-47cb-9a26-5eb1c107cb58" } ], "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-be4de0a7-993a-44fa-aadf-78d57a6dcec3" } ], "id": "57e500c8-0c34-415f-bf96-43feef80f460", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-57e500c8-0c34-415f-bf96-43feef80f460" } ], "id": "22b63dcc-7509-42c4-8dc0-648d9a9e6ff8", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-22b63dcc-7509-42c4-8dc0-648d9a9e6ff8" }, { "name": "keys", "item": [ { "name": "{key_id}", "item": [ { "name": "Revoke an API key", "id": "a515e26b-dbc8-490f-8411-8d18402ea71f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/keys/:key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys", ":key_id" ], "variable": [ { "id": "fc3df7f7-e445-46e0-b6f1-03f6e56cdbd5", "key": "key_id", "value": "U", "description": "(Required) " } ] } }, "response": [ { "id": "2c0e6190-9611-499e-9a20-5e1437a82625", "name": "Revoked.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys/:key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys", ":key_id" ], "variable": [ { "key": "key_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Key-Kind", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Test-Mode", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Remaining", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "RateLimit-Reset", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Idempotency-Replayed", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"ok\",\n \"key_id\": \"\"\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-2c0e6190-9611-499e-9a20-5e1437a82625" }, { "id": "74668a41-d89d-47a1-a4a3-41c4a60b49bc", "name": "Invalid request body or parameters.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys/:key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys", ":key_id" ], "variable": [ { "key": "key_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-74668a41-d89d-47a1-a4a3-41c4a60b49bc" }, { "id": "99f87f19-8294-4f04-ac74-04e5fde88ac9", "name": "Missing, invalid, or revoked API key. Pass `X-API-Key: sk-coasty-live-...` (or test).", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys/:key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys", ":key_id" ], "variable": [ { "key": "key_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-99f87f19-8294-4f04-ac74-04e5fde88ac9" }, { "id": "079e3dea-4cbc-4c89-8a5c-073f29a1a57f", "name": "API key lacks the required scope or tier-feature is unavailable on the caller's plan.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys/:key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys", ":key_id" ], "variable": [ { "key": "key_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-079e3dea-4cbc-4c89-8a5c-073f29a1a57f" }, { "id": "4c533597-83c2-4e08-8345-138afa67dd7b", "name": "Resource not found in this key's namespace.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys/:key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys", ":key_id" ], "variable": [ { "key": "key_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-4c533597-83c2-4e08-8345-138afa67dd7b" }, { "id": "2aa46b42-8d42-4a25-a5c8-f24ef1345c43", "name": "The resource state conflicts with this operation.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys/:key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys", ":key_id" ], "variable": [ { "key": "key_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-2aa46b42-8d42-4a25-a5c8-f24ef1345c43" }, { "id": "9fd2d6e2-007d-4eaa-bf8f-91529f5671f8", "name": "The request body exceeds the endpoint limit.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys/:key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys", ":key_id" ], "variable": [ { "key": "key_id" } ] } }, "status": "Request Entity Too Large", "code": 413, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-9fd2d6e2-007d-4eaa-bf8f-91529f5671f8" }, { "id": "02aadf35-89ed-442d-8ba2-77da3d381219", "name": "The JSON shape is valid but one or more values violate the endpoint contract.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys/:key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys", ":key_id" ], "variable": [ { "key": "key_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-02aadf35-89ed-442d-8ba2-77da3d381219" }, { "id": "13a1f0be-3329-4aa7-a3ac-9693cf7f2532", "name": "Rate or concurrency limit exceeded.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys/:key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys", ":key_id" ], "variable": [ { "key": "key_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-13a1f0be-3329-4aa7-a3ac-9693cf7f2532" }, { "id": "c7142201-6b04-4b3f-8f54-b5402a40633f", "name": "Unexpected server error. Retry with exponential backoff.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys/:key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys", ":key_id" ], "variable": [ { "key": "key_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-c7142201-6b04-4b3f-8f54-b5402a40633f" }, { "id": "8bb38b56-1946-451d-bf34-708fb41dc33e", "name": "An upstream dependency returned an invalid response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys/:key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys", ":key_id" ], "variable": [ { "key": "key_id" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-8bb38b56-1946-451d-bf34-708fb41dc33e" }, { "id": "d6ebe943-c4c0-4c18-b53c-fbe44fb65337", "name": "A required service is temporarily unavailable.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys/:key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys", ":key_id" ], "variable": [ { "key": "key_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-d6ebe943-c4c0-4c18-b53c-fbe44fb65337" }, { "id": "0119b6e5-e1d4-4a24-855f-48749f77e557", "name": "An upstream dependency timed out.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys/:key_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys", ":key_id" ], "variable": [ { "key": "key_id" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-0119b6e5-e1d4-4a24-855f-48749f77e557" } ], "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-a515e26b-dbc8-490f-8411-8d18402ea71f" } ], "id": "8995412d-857e-4828-91bb-1d814d41f6f1", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-8995412d-857e-4828-91bb-1d814d41f6f1" }, { "name": "Create an API key", "id": "1063519e-2277-4c0d-a710-738169c34bff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"Mm]9_8zcBaVF\\\"h^n\",\n \"scopes\": [\n \"predict\",\n \"session\",\n \"ground\",\n \"parse\",\n \"machines:read\",\n \"machines:write\",\n \"actions:exec\",\n \"terminal:exec\",\n \"files:read\",\n \"files:write\",\n \"snapshots:write\",\n \"runs:read\",\n \"runs:write\",\n \"workflows:read\",\n \"workflows:write\",\n \"llm_keys\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] }, "description": "Returns the raw key ONCE. Subsequent reads only return the prefix." }, "response": [ { "id": "f64138b1-fb70-439b-a7e3-afea435eea29", "name": "Key created.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"Mm]9_8zcBaVF\\\"h^n\",\n \"scopes\": [\n \"predict\",\n \"session\",\n \"ground\",\n \"parse\",\n \"machines:read\",\n \"machines:write\",\n \"actions:exec\",\n \"terminal:exec\",\n \"files:read\",\n \"files:write\",\n \"snapshots:write\",\n \"runs:read\",\n \"runs:write\",\n \"workflows:read\",\n \"workflows:write\",\n \"llm_keys\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Key-Kind", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Test-Mode", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Remaining", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "RateLimit-Reset", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Idempotency-Replayed", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"key\": \"\",\n \"key_id\": \"\",\n \"name\": \"\",\n \"tier\": \"free\",\n \"scopes\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\"\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-f64138b1-fb70-439b-a7e3-afea435eea29" }, { "id": "65fc477d-eff1-4e27-82db-8fcd072eb0c5", "name": "Invalid request body or parameters.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"Mm]9_8zcBaVF\\\"h^n\",\n \"scopes\": [\n \"predict\",\n \"session\",\n \"ground\",\n \"parse\",\n \"machines:read\",\n \"machines:write\",\n \"actions:exec\",\n \"terminal:exec\",\n \"files:read\",\n \"files:write\",\n \"snapshots:write\",\n \"runs:read\",\n \"runs:write\",\n \"workflows:read\",\n \"workflows:write\",\n \"llm_keys\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-65fc477d-eff1-4e27-82db-8fcd072eb0c5" }, { "id": "67215efe-b8d9-4111-8745-158e1c341799", "name": "Missing, invalid, or revoked API key. Pass `X-API-Key: sk-coasty-live-...` (or test).", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"Mm]9_8zcBaVF\\\"h^n\",\n \"scopes\": [\n \"predict\",\n \"session\",\n \"ground\",\n \"parse\",\n \"machines:read\",\n \"machines:write\",\n \"actions:exec\",\n \"terminal:exec\",\n \"files:read\",\n \"files:write\",\n \"snapshots:write\",\n \"runs:read\",\n \"runs:write\",\n \"workflows:read\",\n \"workflows:write\",\n \"llm_keys\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-67215efe-b8d9-4111-8745-158e1c341799" }, { "id": "09055dd1-d136-43f9-88b3-93e12454371e", "name": "API key lacks the required scope or tier-feature is unavailable on the caller's plan.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"Mm]9_8zcBaVF\\\"h^n\",\n \"scopes\": [\n \"predict\",\n \"session\",\n \"ground\",\n \"parse\",\n \"machines:read\",\n \"machines:write\",\n \"actions:exec\",\n \"terminal:exec\",\n \"files:read\",\n \"files:write\",\n \"snapshots:write\",\n \"runs:read\",\n \"runs:write\",\n \"workflows:read\",\n \"workflows:write\",\n \"llm_keys\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-09055dd1-d136-43f9-88b3-93e12454371e" }, { "id": "9da3c1ed-febe-4116-8559-c0425655d76a", "name": "Resource not found in this key's namespace.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"Mm]9_8zcBaVF\\\"h^n\",\n \"scopes\": [\n \"predict\",\n \"session\",\n \"ground\",\n \"parse\",\n \"machines:read\",\n \"machines:write\",\n \"actions:exec\",\n \"terminal:exec\",\n \"files:read\",\n \"files:write\",\n \"snapshots:write\",\n \"runs:read\",\n \"runs:write\",\n \"workflows:read\",\n \"workflows:write\",\n \"llm_keys\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-9da3c1ed-febe-4116-8559-c0425655d76a" }, { "id": "82ecf1e0-6b63-46ac-a117-afa38e662b99", "name": "The resource state conflicts with this operation.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"Mm]9_8zcBaVF\\\"h^n\",\n \"scopes\": [\n \"predict\",\n \"session\",\n \"ground\",\n \"parse\",\n \"machines:read\",\n \"machines:write\",\n \"actions:exec\",\n \"terminal:exec\",\n \"files:read\",\n \"files:write\",\n \"snapshots:write\",\n \"runs:read\",\n \"runs:write\",\n \"workflows:read\",\n \"workflows:write\",\n \"llm_keys\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-82ecf1e0-6b63-46ac-a117-afa38e662b99" }, { "id": "a65ce7a0-7a27-49a0-a061-b93b233e73a4", "name": "The request body exceeds the endpoint limit.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"Mm]9_8zcBaVF\\\"h^n\",\n \"scopes\": [\n \"predict\",\n \"session\",\n \"ground\",\n \"parse\",\n \"machines:read\",\n \"machines:write\",\n \"actions:exec\",\n \"terminal:exec\",\n \"files:read\",\n \"files:write\",\n \"snapshots:write\",\n \"runs:read\",\n \"runs:write\",\n \"workflows:read\",\n \"workflows:write\",\n \"llm_keys\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Request Entity Too Large", "code": 413, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-a65ce7a0-7a27-49a0-a061-b93b233e73a4" }, { "id": "343c9aaf-910f-4eb9-aa50-7687b26e7ddf", "name": "The JSON shape is valid but one or more values violate the endpoint contract.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"Mm]9_8zcBaVF\\\"h^n\",\n \"scopes\": [\n \"predict\",\n \"session\",\n \"ground\",\n \"parse\",\n \"machines:read\",\n \"machines:write\",\n \"actions:exec\",\n \"terminal:exec\",\n \"files:read\",\n \"files:write\",\n \"snapshots:write\",\n \"runs:read\",\n \"runs:write\",\n \"workflows:read\",\n \"workflows:write\",\n \"llm_keys\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-343c9aaf-910f-4eb9-aa50-7687b26e7ddf" }, { "id": "cf1211a9-6fa0-4382-b86a-0b393bae5429", "name": "Rate or concurrency limit exceeded.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"Mm]9_8zcBaVF\\\"h^n\",\n \"scopes\": [\n \"predict\",\n \"session\",\n \"ground\",\n \"parse\",\n \"machines:read\",\n \"machines:write\",\n \"actions:exec\",\n \"terminal:exec\",\n \"files:read\",\n \"files:write\",\n \"snapshots:write\",\n \"runs:read\",\n \"runs:write\",\n \"workflows:read\",\n \"workflows:write\",\n \"llm_keys\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-cf1211a9-6fa0-4382-b86a-0b393bae5429" }, { "id": "ed75815e-c7e8-43e6-a30c-069df30e9e1b", "name": "Unexpected server error. Retry with exponential backoff.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"Mm]9_8zcBaVF\\\"h^n\",\n \"scopes\": [\n \"predict\",\n \"session\",\n \"ground\",\n \"parse\",\n \"machines:read\",\n \"machines:write\",\n \"actions:exec\",\n \"terminal:exec\",\n \"files:read\",\n \"files:write\",\n \"snapshots:write\",\n \"runs:read\",\n \"runs:write\",\n \"workflows:read\",\n \"workflows:write\",\n \"llm_keys\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-ed75815e-c7e8-43e6-a30c-069df30e9e1b" }, { "id": "60d64b59-728a-476a-87ee-04828b53f29a", "name": "An upstream dependency returned an invalid response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"Mm]9_8zcBaVF\\\"h^n\",\n \"scopes\": [\n \"predict\",\n \"session\",\n \"ground\",\n \"parse\",\n \"machines:read\",\n \"machines:write\",\n \"actions:exec\",\n \"terminal:exec\",\n \"files:read\",\n \"files:write\",\n \"snapshots:write\",\n \"runs:read\",\n \"runs:write\",\n \"workflows:read\",\n \"workflows:write\",\n \"llm_keys\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-60d64b59-728a-476a-87ee-04828b53f29a" }, { "id": "7662309d-8a03-4df8-b879-2e272a690415", "name": "A required service is temporarily unavailable.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"Mm]9_8zcBaVF\\\"h^n\",\n \"scopes\": [\n \"predict\",\n \"session\",\n \"ground\",\n \"parse\",\n \"machines:read\",\n \"machines:write\",\n \"actions:exec\",\n \"terminal:exec\",\n \"files:read\",\n \"files:write\",\n \"snapshots:write\",\n \"runs:read\",\n \"runs:write\",\n \"workflows:read\",\n \"workflows:write\",\n \"llm_keys\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-7662309d-8a03-4df8-b879-2e272a690415" }, { "id": "21f54daa-395a-410c-b3c5-6d6591ae1280", "name": "An upstream dependency timed out.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"Mm]9_8zcBaVF\\\"h^n\",\n \"scopes\": [\n \"predict\",\n \"session\",\n \"ground\",\n \"parse\",\n \"machines:read\",\n \"machines:write\",\n \"actions:exec\",\n \"terminal:exec\",\n \"files:read\",\n \"files:write\",\n \"snapshots:write\",\n \"runs:read\",\n \"runs:write\",\n \"workflows:read\",\n \"workflows:write\",\n \"llm_keys\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-21f54daa-395a-410c-b3c5-6d6591ae1280" } ], "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-1063519e-2277-4c0d-a710-738169c34bff" }, { "name": "List API keys", "id": "8767c034-1f0a-48be-9990-ddc7bc209f4a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "response": [ { "id": "8991eb84-3727-491a-a4c7-cfdf2aa05590", "name": "Keys.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Key-Kind", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Test-Mode", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Remaining", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "RateLimit-Reset", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Idempotency-Replayed", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"keys\": [\n {\n \"key_id\": \"\",\n \"name\": \"\",\n \"tier\": \"\",\n \"scopes\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"key_prefix\": \"\",\n \"last_used_at\": \"\"\n },\n {\n \"key_id\": \"\",\n \"name\": \"\",\n \"tier\": \"\",\n \"scopes\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"key_prefix\": \"\",\n \"last_used_at\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-8991eb84-3727-491a-a4c7-cfdf2aa05590" }, { "id": "1f9f467f-a1e2-426d-a900-fae60d07932f", "name": "Invalid request body or parameters.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-1f9f467f-a1e2-426d-a900-fae60d07932f" }, { "id": "dfd95aaa-59b0-4024-936c-1788e037a886", "name": "Missing, invalid, or revoked API key. Pass `X-API-Key: sk-coasty-live-...` (or test).", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-dfd95aaa-59b0-4024-936c-1788e037a886" }, { "id": "62739fe5-286f-44d9-a690-20a54b10062d", "name": "API key lacks the required scope or tier-feature is unavailable on the caller's plan.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-62739fe5-286f-44d9-a690-20a54b10062d" }, { "id": "adec1302-d3c6-4eb5-98e1-acd54a7cc540", "name": "Resource not found in this key's namespace.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-adec1302-d3c6-4eb5-98e1-acd54a7cc540" }, { "id": "1238ed78-1a4a-4dc7-9444-8b594927b9d3", "name": "The resource state conflicts with this operation.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-1238ed78-1a4a-4dc7-9444-8b594927b9d3" }, { "id": "fff58bf1-91ed-4388-ae05-2e08dcb2774e", "name": "The request body exceeds the endpoint limit.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Request Entity Too Large", "code": 413, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-fff58bf1-91ed-4388-ae05-2e08dcb2774e" }, { "id": "2179b32a-3701-4280-b3cd-42f029585a7a", "name": "The JSON shape is valid but one or more values violate the endpoint contract.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-2179b32a-3701-4280-b3cd-42f029585a7a" }, { "id": "b5de9137-4d53-442d-8689-876b43cdb6dd", "name": "Rate or concurrency limit exceeded.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-b5de9137-4d53-442d-8689-876b43cdb6dd" }, { "id": "97d7a3a0-4aea-49c1-ab92-7a536d9a8616", "name": "Unexpected server error. Retry with exponential backoff.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-97d7a3a0-4aea-49c1-ab92-7a536d9a8616" }, { "id": "157abcf7-1d04-4f51-a3f3-1acf3b255edd", "name": "An upstream dependency returned an invalid response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-157abcf7-1d04-4f51-a3f3-1acf3b255edd" }, { "id": "9e3ca19f-8e47-4055-a850-be1585621b69", "name": "A required service is temporarily unavailable.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-9e3ca19f-8e47-4055-a850-be1585621b69" }, { "id": "ed2dad94-8997-4b03-baf1-ac7aa3261cfe", "name": "An upstream dependency timed out.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "keys" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-ed2dad94-8997-4b03-baf1-ac7aa3261cfe" } ], "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-8767c034-1f0a-48be-9990-ddc7bc209f4a" } ], "id": "058deaac-a1c1-4ae1-a2d8-9dc48adeee64", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-058deaac-a1c1-4ae1-a2d8-9dc48adeee64" }, { "name": "llm", "item": [ { "name": "keys", "item": [ { "name": "{provider}", "item": [ { "name": "Store (upsert) your own provider LLM key", "id": "542aac97-b827-4d84-b61d-2657f0ae75e3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"api_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "id": "caa698e5-aa94-41f5-aa2a-329bf1112ed1", "key": "provider", "value": "openai", "description": "(Required) The BYOK provider: anthropic or openai. 'managed' has no storable key and any other value is 422 LLM_PROVIDER_UNSUPPORTED." } ] }, "description": "Scope: `llm_keys`. Requires a live API key; sandbox keys cannot modify the production credential store. Stores the caller's own Anthropic/OpenAI API key for BYOK, AES-256-GCM encrypted at rest. The plaintext key exists only in this request body; every response carries only the non-secret sha256-prefix `key_fingerprint` \u2014 the key is never returned, logged, or echoed again. Naturally idempotent (an upsert), so no Idempotency-Key is needed." }, "response": [ { "id": "b2579435-b030-4e93-a006-1934679cb93d", "name": "Key stored (fingerprint only; the key is never returned again).", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"api_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Key-Kind", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Test-Mode", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"provider\": \"anthropic\",\n \"key_fingerprint\": \"\",\n \"stored\": true\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-b2579435-b030-4e93-a006-1934679cb93d" }, { "id": "758ad9f6-80b6-4c6c-aaaa-77dd2555e85c", "name": "Invalid request body or parameters.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"api_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-758ad9f6-80b6-4c6c-aaaa-77dd2555e85c" }, { "id": "a6f68925-adfc-434d-b8fa-2f27f00b3951", "name": "Missing, invalid, or revoked API key. Pass `X-API-Key: sk-coasty-live-...` (or test).", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"api_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-a6f68925-adfc-434d-b8fa-2f27f00b3951" }, { "id": "6609c675-3254-4ecf-b9fd-09cb2107eaa3", "name": "API key lacks the required scope or tier-feature is unavailable on the caller's plan.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"api_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-6609c675-3254-4ecf-b9fd-09cb2107eaa3" }, { "id": "5bad52ba-912e-467e-8a4c-c7f0177bbc76", "name": "Resource not found in this key's namespace.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"api_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-5bad52ba-912e-467e-8a4c-c7f0177bbc76" }, { "id": "4d5859bc-aba2-43a6-8f0a-748b62214bf8", "name": "The resource state conflicts with this operation.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"api_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-4d5859bc-aba2-43a6-8f0a-748b62214bf8" }, { "id": "346ef12a-eef6-4130-a866-7bf8c0f2425b", "name": "The request body exceeds the endpoint limit.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"api_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Request Entity Too Large", "code": 413, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-346ef12a-eef6-4130-a866-7bf8c0f2425b" }, { "id": "7d009e05-1910-4df2-9874-3144e25a2ec3", "name": "The JSON shape is valid but one or more values violate the endpoint contract.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"api_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-7d009e05-1910-4df2-9874-3144e25a2ec3" }, { "id": "19bc37fc-326a-4813-83bc-2aa949e982fa", "name": "Rate or concurrency limit exceeded.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"api_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-19bc37fc-326a-4813-83bc-2aa949e982fa" }, { "id": "f3bf246c-7704-412b-abfd-afd46d90f02f", "name": "Unexpected server error. Retry with exponential backoff.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"api_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-f3bf246c-7704-412b-abfd-afd46d90f02f" }, { "id": "992a605c-a680-48b0-b7c5-388513eab0f1", "name": "An upstream dependency returned an invalid response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"api_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-992a605c-a680-48b0-b7c5-388513eab0f1" }, { "id": "973db64b-71fd-4bcc-a941-aaae7f3ec2c4", "name": "A required service is temporarily unavailable.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"api_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-973db64b-71fd-4bcc-a941-aaae7f3ec2c4" }, { "id": "18e9cea3-6d23-4bcc-95d2-730387c5be12", "name": "An upstream dependency timed out.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"api_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-18e9cea3-6d23-4bcc-95d2-730387c5be12" } ], "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-542aac97-b827-4d84-b61d-2657f0ae75e3" }, { "name": "Delete your stored BYOK LLM key", "id": "be2d05ed-7f62-4238-85f3-73646a45c0cb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "id": "abe75451-e0a0-46f4-86c3-20545ad7f4d2", "key": "provider", "value": "openai", "description": "(Required) The BYOK provider: anthropic or openai. 'managed' has no storable key and any other value is 422 LLM_PROVIDER_UNSUPPORTED." } ] }, "description": "Scope: `llm_keys`. Requires a live API key; sandbox keys cannot modify the production credential store. Deletes the stored key for the provider \u2014 404 LLM_KEY_NOT_FOUND when none exists. Schedules that opted into this provider then fail loudly at fire time with LLM_KEY_NOT_CONFIGURED; they never silently run on Coasty's platform keys." }, "response": [ { "id": "1aece01d-d239-4d6a-afbd-9fb5b03f99ec", "name": "Deleted.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Key-Kind", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Test-Mode", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"deleted\": true\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-1aece01d-d239-4d6a-afbd-9fb5b03f99ec" }, { "id": "e0be8bd1-1861-4435-bcf7-4a62b48dcc33", "name": "Invalid request body or parameters.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-e0be8bd1-1861-4435-bcf7-4a62b48dcc33" }, { "id": "3e82b05c-e45e-42ba-9189-02c3d7bff904", "name": "Missing, invalid, or revoked API key. Pass `X-API-Key: sk-coasty-live-...` (or test).", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-3e82b05c-e45e-42ba-9189-02c3d7bff904" }, { "id": "5d359f3a-6067-4074-9fca-754b6223dc42", "name": "API key lacks the required scope or tier-feature is unavailable on the caller's plan.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-5d359f3a-6067-4074-9fca-754b6223dc42" }, { "id": "3262266b-3718-452a-bf7b-1f8531f7c2e3", "name": "Resource not found in this key's namespace.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-3262266b-3718-452a-bf7b-1f8531f7c2e3" }, { "id": "a87ec3ac-0d6f-4493-b403-f4c37d44041e", "name": "The resource state conflicts with this operation.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-a87ec3ac-0d6f-4493-b403-f4c37d44041e" }, { "id": "cd73f1f0-38dd-4e35-b4d0-3b9817d4b901", "name": "The request body exceeds the endpoint limit.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Request Entity Too Large", "code": 413, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-cd73f1f0-38dd-4e35-b4d0-3b9817d4b901" }, { "id": "85d8ad0f-1f55-48e9-9a66-dd1aba7adb5b", "name": "The JSON shape is valid but one or more values violate the endpoint contract.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-85d8ad0f-1f55-48e9-9a66-dd1aba7adb5b" }, { "id": "48f8e8b5-d5a6-4ecd-a3e3-94d704007a4d", "name": "Rate or concurrency limit exceeded.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-48f8e8b5-d5a6-4ecd-a3e3-94d704007a4d" }, { "id": "7be7ebeb-ba99-4773-9721-61d96d2eed55", "name": "Unexpected server error. Retry with exponential backoff.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-7be7ebeb-ba99-4773-9721-61d96d2eed55" }, { "id": "c6339e23-209c-42ef-8eaf-beb7b1881bb7", "name": "An upstream dependency returned an invalid response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-c6339e23-209c-42ef-8eaf-beb7b1881bb7" }, { "id": "54f79fc8-ba76-4b0f-8505-3d17a4dc59bd", "name": "A required service is temporarily unavailable.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-54f79fc8-ba76-4b0f-8505-3d17a4dc59bd" }, { "id": "720dfc96-5640-4a0b-b35b-06763a5fffd3", "name": "An upstream dependency timed out.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys/:provider", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys", ":provider" ], "variable": [ { "key": "provider" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-720dfc96-5640-4a0b-b35b-06763a5fffd3" } ], "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-be2d05ed-7f62-4238-85f3-73646a45c0cb" } ], "id": "08ad4585-412a-4733-9d9b-bbeae830e120", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-08ad4585-412a-4733-9d9b-bbeae830e120" }, { "name": "List stored BYOK LLM keys", "id": "f16dd078-8d08-4dbf-8b7b-3c1ae34154a7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys" ] }, "description": "Scope: `llm_keys` (granted to new live keys by default). Requires a live API key; sandbox keys cannot inspect the production credential store. Returns non-secret metadata only \u2014 provider, sha256-prefix fingerprint, timestamps. The key itself is never returned." }, "response": [ { "id": "7c5acacc-97d9-46ed-9726-b35f91bb54d6", "name": "Stored keys (non-secret metadata).", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Key-Kind", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Test-Mode", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"keys\": [\n {\n \"provider\": \"openai\",\n \"key_fingerprint\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"provider\": \"anthropic\",\n \"key_fingerprint\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-7c5acacc-97d9-46ed-9726-b35f91bb54d6" }, { "id": "5e0e2586-ea05-4901-92b8-42fd5f5adaa8", "name": "Invalid request body or parameters.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-5e0e2586-ea05-4901-92b8-42fd5f5adaa8" }, { "id": "2dd3b8df-65cb-4325-a607-0d32de8a5e9c", "name": "Missing, invalid, or revoked API key. Pass `X-API-Key: sk-coasty-live-...` (or test).", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-2dd3b8df-65cb-4325-a607-0d32de8a5e9c" }, { "id": "aa7749dc-3f75-47a6-bfd5-bf749c752d80", "name": "API key lacks the required scope or tier-feature is unavailable on the caller's plan.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-aa7749dc-3f75-47a6-bfd5-bf749c752d80" }, { "id": "af40f27a-616f-4aa9-a62e-d0508fe97128", "name": "Resource not found in this key's namespace.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-af40f27a-616f-4aa9-a62e-d0508fe97128" }, { "id": "693dc716-020d-4ff2-b8b6-4dfc31ed8f49", "name": "The resource state conflicts with this operation.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-693dc716-020d-4ff2-b8b6-4dfc31ed8f49" }, { "id": "0c5dcad4-2cfb-4cd2-afb2-1ecb2f53202e", "name": "The request body exceeds the endpoint limit.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys" ] } }, "status": "Request Entity Too Large", "code": 413, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-0c5dcad4-2cfb-4cd2-afb2-1ecb2f53202e" }, { "id": "5860c20b-ffd6-4fa6-9e6e-e1776fa08a15", "name": "The JSON shape is valid but one or more values violate the endpoint contract.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-5860c20b-ffd6-4fa6-9e6e-e1776fa08a15" }, { "id": "c5622934-5d25-45fd-a08f-397cb4490539", "name": "Rate or concurrency limit exceeded.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-c5622934-5d25-45fd-a08f-397cb4490539" }, { "id": "e6a6bbac-9c2e-45cf-aec0-f9241f08c46e", "name": "Unexpected server error. Retry with exponential backoff.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-e6a6bbac-9c2e-45cf-aec0-f9241f08c46e" }, { "id": "9c494b1c-00d7-4c81-bb0b-61489aad619e", "name": "An upstream dependency returned an invalid response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys" ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-9c494b1c-00d7-4c81-bb0b-61489aad619e" }, { "id": "d5e66590-d630-4c58-ac84-fcd82ccc4698", "name": "A required service is temporarily unavailable.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-d5e66590-d630-4c58-ac84-fcd82ccc4698" }, { "id": "cb3410fc-ef6a-4c8e-af06-4d9c7955fbf1", "name": "An upstream dependency timed out.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/llm/keys", "host": [ "{{baseUrl}}" ], "path": [ "v1", "llm", "keys" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Coasty-Request-Id", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Retry-After", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Charged", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "X-Credits-Refunded", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"message\": \"\",\n \"type\": \"rate_limit_error\",\n \"retryable\": \"\",\n \"retry_with_same_idempotency_key\": \"\",\n \"request_id\": \"\",\n \"suggestion\": \"\",\n \"retry_after\": \"\",\n \"examples\": {\n \"commodo_054\": -13383208,\n \"ad_940\": \"sed sit occaecat laboris\",\n \"dolorede\": -30008891.655934095,\n \"culpa_e\": false\n }\n }\n}", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-cb3410fc-ef6a-4c8e-af06-4d9c7955fbf1" } ], "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-f16dd078-8d08-4dbf-8b7b-3c1ae34154a7" } ], "id": "1547e707-eb27-4e27-94e2-33b6ace763ae", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-1547e707-eb27-4e27-94e2-33b6ace763ae" } ], "id": "2ce3b135-d1c7-481a-bcb8-c9583a777ba7", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-2ce3b135-d1c7-481a-bcb8-c9583a777ba7" } ], "id": "60d2a781-a039-427a-a63e-8d926c768f99", "createdAt": "2026-07-28T01:22:33.000Z", "updatedAt": "2026-07-28T01:22:33.000Z", "uid": "35240-60d2a781-a039-427a-a63e-8d926c768f99" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://coasty.ai" } ] }