Skip to main content

Get credit balance


Response 200

Get credit packages


Returns available top-up packages with purchase links.

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

Returns available skills, both Eversince skills (built by Eversince) and custom skills.

Response 200

Create a skill

Response 201

Example

Get a skill

Returns full skill details including instructions.

Response 200

Custom skill:
Eversince skill:

Update a skill

Update a custom skill’s name, instructions, or active state. For Eversince skills, only is_active can be toggled.

Response 200

Custom skill update returns the skill with updated budget:
Eversince skill toggle returns the skill without budget:

Delete a skill

Only custom skills can be deleted.

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

Provide at least one of title, body, is_active. Activating a memory that would push active memories past the 10,000-char budget returns 400.

Response 200

Delete a memory

Response 200

API keys

Create a key

Response 201

The full key is only returned once at creation. Store it securely.

List keys

Returns keys with prefix only (for identification).

Response 200

Revoke a key

Immediately invalidates the key. Max 10 keys per account.

Response 200

List shares

Response 200

Submit feedback

Report bugs or suggest improvements.

Response 201