{"name":"Truncus Email","provider":"Truncus","url":"https://truncus.co","version":"2.0.0","description":"EU-resident email execution layer for autonomous agents and modern SaaS. Synchronous delivery confirmation, durable operations, delivery guarantees, EU-resident sending on AWS SES (Ireland), pre-send validation, post-send intelligence.","openapi":"https://truncus.co/api/v1/openapi.json","task_endpoint":"https://truncus.co/api/v1/emails/send","sync_endpoint":"https://truncus.co/api/v1/emails/send_sync","operations_endpoint":"https://truncus.co/api/v1/operations","validate_endpoint":"https://truncus.co/api/v1/emails/validate","batch_endpoint":"https://truncus.co/api/v1/emails/batch","llms_txt":"https://truncus.co/llms.txt","llms_full_txt":"https://truncus.co/llms-full.txt","authentication":{"type":"api_key","header":"Authorization","prefix":"Bearer tr_live_","signup":"https://truncus.co/sign-up","free_tier":true},"delivery_guarantees":["best_effort","at_least_once","exactly_once"],"providers":["ses"],"endpoints":{"send":{"method":"POST","path":"/api/v1/emails/send","description":"Send email (async)"},"send_sync":{"method":"POST","path":"/api/v1/emails/send_sync","description":"Send email with synchronous delivery confirmation"},"batch":{"method":"POST","path":"/api/v1/emails/batch","description":"Send up to 100 emails"},"validate":{"method":"POST","path":"/api/v1/emails/validate","description":"Pre-send deliverability validation"},"operations_create":{"method":"POST","path":"/api/v1/operations","description":"Create durable email operation"},"operations_get":{"method":"GET","path":"/api/v1/operations/:id","description":"Get operation status"},"operations_list":{"method":"GET","path":"/api/v1/operations","description":"List operations"},"operations_cancel":{"method":"DELETE","path":"/api/v1/operations/:id","description":"Cancel operation"},"email_get":{"method":"GET","path":"/api/v1/emails/:id","description":"Get email with intelligence"},"email_events":{"method":"GET","path":"/api/v1/emails/:id/events","description":"Get email event timeline"},"email_cancel":{"method":"DELETE","path":"/api/v1/emails/:id","description":"Cancel scheduled email"},"account_stats":{"method":"GET","path":"/api/v1/accounts/stats","description":"Account sending statistics"},"account_kill":{"method":"POST","path":"/api/v1/accounts/:id/kill","description":"Emergency kill switch"},"account_resume":{"method":"POST","path":"/api/v1/accounts/:id/resume","description":"Resume after kill switch"},"sandbox_replay":{"method":"POST","path":"/api/v1/sandbox/replay","description":"Replay email lifecycle for testing"},"inbound_domains":{"method":"GET","path":"/api/v1/inbound/domains","description":"List inbound domains"},"inbound_emails":{"method":"GET","path":"/api/v1/inbound/emails","description":"List received emails"}}}