Get credit balance
Response 200
Get credit packages
Response 200
Skills
Skills are persistent instructions that shape agent behavior across all projects. Use them for brand guidelines, style rules, or domain-specific knowledge.List skills
Response 200
Create a skill
Response 201
Example
Get a skill
Response 200
Custom skill:
Update a skill
is_active can be toggled.
Response 200
Custom skill update returns the skill with updated budget:
Delete a skill
Response 200
Skills stack freely. Multiple skills can be active at once. Active skills (Eversince + custom) share a combined budget of 40,000 tokens. The agent receives all active skill instructions as part of its context.
Learned preferences
The agent learns your patterns across projects. Style tendencies, brand preferences, production habits. These persist across all projects.Get preferences
Response 200
Update preferences
Response 200
Memories
Short user-authored facts the agent reads at runtime — preferred voice, recurring brand details, audience, anything you want carried across all projects. Lighter-weight than skills: use memories for one-line facts, skills for full instructions. Active memories share a 10,000-character budget.List memories
Response 200
Create a memory
If
is_active is true and the new body would push active memories past 10,000 chars, the request returns 400.
Response 201
Example
Get a memory
Response 200
Update a memory
title, body, is_active. Activating a memory that would push active memories past the 10,000-char budget returns 400.