API Reference

LifeOS REST API

Complete reference for the LifeOS Agent API. Build integrations, automate workflows, and manage your AI agents programmatically.

Base URLhttps://api.lifeos.example.com
Auth HeaderAuthorization: Bearer <your-api-key>

Rate Limits

Standard tier100 req/min
Chat endpoints30 req/min
Tool execution20 req/min

Rate limit headers (X-RateLimit-Remaining, X-RateLimit-Reset) are included in all responses.

Error Codes

400Bad RequestInvalid or missing parameters
401UnauthorizedMissing or invalid API key
403ForbiddenInsufficient permissions
404Not FoundResource does not exist
429Too Many RequestsRate limit exceeded
500Internal Server ErrorUnexpected server failure