Jump to Content
Eucera AI
API Reference
v1.0

Log InEucera AI
API Reference
Log In
v1.0API Reference
All
Pages
Start typing to search…

ReadMeConfig

  • Getting Started with Eucera API

JavaScript API

  • Installing Eucera SDK
  • Embedding Agentic AI Agents
    • Agent Setup Example
    • Agent Initialization
    • AI Actions
    • Controlling Agent Visibility
    • Messaging API
  • Usage Tracking
    • Tracking User and Subscription usage
    • Tracking Product Custom Events
  • Feature Flag
    • Get Variant
  • Security
    • HMAC Identity Verification

RESTful API

  • User Tracking
    • Get Userget
    • Update userput
    • Create a new userpost
    • Delete Userdelete
    • Get User Activityget
  • Subscription Tracking
    • Get Subscriptionget
    • Update Subscriptionput
    • Create Subscriptionpost
    • Delete Subscriptiondelete
  • Segment Membership
    • Snapshot segmentpost
    • Remove users from segmentpost
    • Add users to segmentpost
    • Sync mixpanel cohortpost
  • Conversation
    • Get conversationget
    • Delete conversationdelete
    • Get conversationsget
Powered by 

Controlling Agent Visibility

Using show and hide can control copilot’s visibility on the page

//show
eucera('agent', AGENT_API_NAME, 'show');
//hide
eucera('agent', AGENT_API_NAME, 'hide');