{"name":"sec-edgar-wrapper","slug":"timi0217/sec-edgar-wrapper","errors":{"codes":[{"code":"MISSING_FIELD","hint":"Ask user for the missing field and retry","recoverable":true},{"code":"INVALID_INPUT","hint":"Check field types and retry","recoverable":true},{"code":"RATE_LIMITED","hint":"Back off and retry after Retry-After seconds","recoverable":true},{"code":"UPSTREAM_ERROR","hint":"Deployed app returned 5xx — not retryable","recoverable":false},{"code":"SESSION_EXPIRED","hint":"Start a new session","recoverable":true}]},"limits":{"requests_per_minute":60,"max_session_duration_seconds":1800},"schema":"chekk.agent/v1","actions":[{"id":"get_root","file":"main.py","path":"/","inputs":[],"method":"GET","response":{"content_type":"text/html"},"description":"Look up a company by ticker and return CIK, name, and recent filing summary.","side_effect":"read"},{"id":"get_health","file":"main.py","path":"/health","inputs":[],"method":"GET","response":{"content_type":"text/html","example_fields":["status","tickers_loaded","timestamp"]},"description":"Look up a company by ticker and return CIK, name, and recent filing summary.","side_effect":"read"},{"id":"get_get_company","file":"main.py","path":"/company","inputs":[{"hint":"Stock ticker (e.g., AAPL, TSLA)","name":"ticker","type":"string","location":"query","required":true}],"method":"GET","response":{"content_type":"text/html","example_fields":["ticker","name","cik","entity_type","sic","sic_description","state","fiscal_year_end","exchanges","ein"]},"description":"Look up a company by ticker and return CIK, name, and recent filing summary.","side_effect":"read"},{"id":"get_get_filings","file":"main.py","path":"/filings","inputs":[{"hint":"Stock ticker","name":"ticker","type":"string","location":"query","required":true},{"hint":"Filter by form type (e.g., 10-K, 10-Q, 8-K, 4, 13F-HR)","name":"form_type","type":"string","location":"query","required":false},{"hint":"Number of filings to return","name":"limit","type":"integer","location":"query","required":false}],"method":"GET","response":{"content_type":"text/html"},"description":"Get recent SEC filings for a company.","side_effect":"read"},{"id":"get_get_insider_trades","file":"main.py","path":"/insider-trades","inputs":[],"method":"GET","response":{"content_type":"text/html","example_fields":["parse_error","security","type","nonDerivativeTransaction","owner","issuer","transactions","buy","sell","BUY"]},"description":"Get insider trades","side_effect":"read"},{"id":"get_search_filings","file":"main.py","path":"/search","inputs":[],"method":"GET","response":{"content_type":"text/html","example_fields":["parse_error","security","type","nonDerivativeTransaction","owner","issuer","transactions","buy","sell","BUY"]},"description":"Search filings","side_effect":"read"}],"session":{"supported":true,"ttl_seconds":3600,"start_endpoint":"https://chekk.dev/api/v1/agent/timi0217/sec-edgar-wrapper/chat"},"requires":{"auth":false,"payment":false},"framework":"fastapi","source_url":"https://github.com/timi0217/sec-edgar-wrapper","description":"Chekk-deployed fastapi application at https://sec-edgar-wrapper-production.up.railway.app","entrypoints":{"chat":"https://chekk.dev/api/v1/agent/timi0217/sec-edgar-wrapper/chat","llms_txt":"https://chekk.dev/api/v1/llms/timi0217/sec-edgar-wrapper","manifest":"https://chekk.dev/api/v1/agent/timi0217/sec-edgar-wrapper/manifest","rest_base":"https://sec-edgar-wrapper-production.up.railway.app"},"deployed_url":"https://sec-edgar-wrapper-production.up.railway.app"}